diff options
author | E. Westbrook <github@westbrook.io> | 2019-02-27 20:57:34 -0700 |
---|---|---|
committer | E. Westbrook <github@westbrook.io> | 2019-03-10 00:03:04 -0700 |
commit | 2015290cb47a804e098a0bf44d349955e453c23a (patch) | |
tree | 532bc62795caa31d33e8c09f1006b3c5b7942d5e /src/luasocket.c | |
parent | ee30e4643d276c82775010534cb4877a31bde2f9 (diff) | |
download | luasocket-2015290cb47a804e098a0bf44d349955e453c23a.tar.gz luasocket-2015290cb47a804e098a0bf44d349955e453c23a.tar.bz2 luasocket-2015290cb47a804e098a0bf44d349955e453c23a.zip |
luasocket: include centralization
Diffstat (limited to 'src/luasocket.c')
-rwxr-xr-x | src/luasocket.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/luasocket.c b/src/luasocket.c index d2752a7..0fd99f7 100755 --- a/src/luasocket.c +++ b/src/luasocket.c | |||
@@ -12,16 +12,6 @@ | |||
12 | * standard Lua read and write functions. | 12 | * standard Lua read and write functions. |
13 | \*=========================================================================*/ | 13 | \*=========================================================================*/ |
14 | 14 | ||
15 | /*=========================================================================*\ | ||
16 | * Standard include files | ||
17 | \*=========================================================================*/ | ||
18 | #include "lua.h" | ||
19 | #include "lauxlib.h" | ||
20 | #include "compat.h" | ||
21 | |||
22 | /*=========================================================================*\ | ||
23 | * LuaSocket includes | ||
24 | \*=========================================================================*/ | ||
25 | #include "luasocket.h" | 15 | #include "luasocket.h" |
26 | #include "auxiliar.h" | 16 | #include "auxiliar.h" |
27 | #include "except.h" | 17 | #include "except.h" |