diff options
author | E. Westbrook <github@westbrook.io> | 2019-02-27 21:01:46 -0700 |
---|---|---|
committer | E. Westbrook <github@westbrook.io> | 2019-03-10 00:04:20 -0700 |
commit | 5d07d9b2275fba742a297acde76636f6054a7906 (patch) | |
tree | 8951384e5e0215eef8ec552a4fd90d54ac2741e8 /src/unix.h | |
parent | d71e6bc459ecb21f0cffc874c29176b762ecbd93 (diff) | |
download | luasocket-5d07d9b2275fba742a297acde76636f6054a7906.tar.gz luasocket-5d07d9b2275fba742a297acde76636f6054a7906.tar.bz2 luasocket-5d07d9b2275fba742a297acde76636f6054a7906.zip |
unix: include reorg
Diffstat (limited to '')
-rw-r--r-- | src/unix.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -8,7 +8,6 @@ | |||
8 | * domain. | 8 | * domain. |
9 | \*=========================================================================*/ | 9 | \*=========================================================================*/ |
10 | #include "luasocket.h" | 10 | #include "luasocket.h" |
11 | #include "lua.h" | ||
12 | 11 | ||
13 | #include "buffer.h" | 12 | #include "buffer.h" |
14 | #include "timeout.h" | 13 | #include "timeout.h" |