diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-01-02 22:51:33 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-01-02 22:51:33 +0000 |
commit | 49445951a8e3a6960c9024a6686d4c14fb81f43c (patch) | |
tree | b94e030c1c8424fc091a92666a553143b96f2c96 /src/timeout.c | |
parent | 97b26e0b66c840a446a0179200c7df23565330d1 (diff) | |
download | luasocket-49445951a8e3a6960c9024a6686d4c14fb81f43c.tar.gz luasocket-49445951a8e3a6960c9024a6686d4c14fb81f43c.tar.bz2 luasocket-49445951a8e3a6960c9024a6686d4c14fb81f43c.zip |
Few extra changes...
Diffstat (limited to 'src/timeout.c')
-rw-r--r-- | src/timeout.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/timeout.c b/src/timeout.c index 7d55031..be68228 100644 --- a/src/timeout.c +++ b/src/timeout.c | |||
@@ -9,7 +9,6 @@ | |||
9 | #include <lua.h> | 9 | #include <lua.h> |
10 | #include <lauxlib.h> | 10 | #include <lauxlib.h> |
11 | 11 | ||
12 | #include "luasocket.h" | ||
13 | #include "auxiliar.h" | 12 | #include "auxiliar.h" |
14 | #include "timeout.h" | 13 | #include "timeout.h" |
15 | 14 | ||