aboutsummaryrefslogtreecommitdiff
path: root/src/unix.c
diff options
context:
space:
mode:
authorE. Westbrook <github@westbrook.io>2019-02-27 21:01:46 -0700
committerE. Westbrook <github@westbrook.io>2019-03-10 00:04:20 -0700
commit5d07d9b2275fba742a297acde76636f6054a7906 (patch)
tree8951384e5e0215eef8ec552a4fd90d54ac2741e8 /src/unix.c
parentd71e6bc459ecb21f0cffc874c29176b762ecbd93 (diff)
downloadluasocket-5d07d9b2275fba742a297acde76636f6054a7906.tar.gz
luasocket-5d07d9b2275fba742a297acde76636f6054a7906.tar.bz2
luasocket-5d07d9b2275fba742a297acde76636f6054a7906.zip
unix: include reorg
Diffstat (limited to 'src/unix.c')
-rw-r--r--src/unix.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/unix.c b/src/unix.c
index c618a20..268d8b2 100644
--- a/src/unix.c
+++ b/src/unix.c
@@ -4,9 +4,6 @@
4\*=========================================================================*/ 4\*=========================================================================*/
5#include "luasocket.h" 5#include "luasocket.h"
6 6
7#include "lua.h"
8#include "lauxlib.h"
9
10#include "unixstream.h" 7#include "unixstream.h"
11#include "unixdgram.h" 8#include "unixdgram.h"
12 9