diff options
Diffstat (limited to 'src/tools.c')
-rw-r--r-- | src/tools.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tools.c b/src/tools.c index d2b316b..becf31e 100644 --- a/src/tools.c +++ b/src/tools.c | |||
@@ -31,13 +31,11 @@ THE SOFTWARE. | |||
31 | =============================================================================== | 31 | =============================================================================== |
32 | */ | 32 | */ |
33 | 33 | ||
34 | #include "compat.h" | ||
34 | #include "tools.h" | 35 | #include "tools.h" |
35 | #include "keeper.h" | 36 | #include "keeper.h" |
36 | #include "lanes.h" | 37 | #include "lanes.h" |
37 | 38 | ||
38 | #include "lualib.h" | ||
39 | #include "lauxlib.h" | ||
40 | |||
41 | #include <stdio.h> | 39 | #include <stdio.h> |
42 | #include <string.h> | 40 | #include <string.h> |
43 | #include <ctype.h> | 41 | #include <ctype.h> |