diff options
| -rwxr-xr-x | src/mime.c | 8 | ||||
| -rw-r--r-- | src/mime.h | 1 |
2 files changed, 2 insertions, 7 deletions
| @@ -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 | \*=========================================================================*/ |
| @@ -9,7 +9,6 @@ | |||
| 9 | * provide a higher level interface to this functionality. | 9 | * provide a higher level interface to this functionality. |
| 10 | \*=========================================================================*/ | 10 | \*=========================================================================*/ |
| 11 | #include "luasocket.h" | 11 | #include "luasocket.h" |
| 12 | #include "lua.h" | ||
| 13 | 12 | ||
| 14 | /*-------------------------------------------------------------------------*\ | 13 | /*-------------------------------------------------------------------------*\ |
| 15 | * Current MIME library version | 14 | * Current MIME library version |
