aboutsummaryrefslogtreecommitdiff
path: root/src/mime.c
diff options
context:
space:
mode:
authorE. Westbrook <github@westbrook.io>2019-02-27 20:58:27 -0700
committerE. Westbrook <github@westbrook.io>2019-03-10 00:04:20 -0700
commit83648f8df2a6ec6d3061b2642ae8739da94eadbe (patch)
treec8504f503b4cdd2c6a2278e98ebb6ace36ee95f7 /src/mime.c
parent2015290cb47a804e098a0bf44d349955e453c23a (diff)
downloadluasocket-83648f8df2a6ec6d3061b2642ae8739da94eadbe.tar.gz
luasocket-83648f8df2a6ec6d3061b2642ae8739da94eadbe.tar.bz2
luasocket-83648f8df2a6ec6d3061b2642ae8739da94eadbe.zip
mime: include reorg
Diffstat (limited to 'src/mime.c')
-rwxr-xr-xsrc/mime.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/mime.c b/src/mime.c
index 0e9863b..6c210e4 100755
--- a/src/mime.c
+++ b/src/mime.c
@@ -2,15 +2,11 @@
2* MIME support functions 2* MIME support functions
3* LuaSocket toolkit 3* LuaSocket toolkit
4\*=========================================================================*/ 4\*=========================================================================*/
5#include "luasocket.h"
6#include "mime.h"
5#include <string.h> 7#include <string.h>
6#include <ctype.h> 8#include <ctype.h>
7 9
8#include "lua.h"
9#include "lauxlib.h"
10#include "compat.h"
11
12#include "mime.h"
13
14/*=========================================================================*\ 10/*=========================================================================*\
15* Don't want to trust escape character constants 11* Don't want to trust escape character constants
16\*=========================================================================*/ 12\*=========================================================================*/