diff options
Diffstat (limited to 'src/keeper.c')
-rw-r--r-- | src/keeper.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/keeper.c b/src/keeper.c index 63ae7ff..8bece77 100644 --- a/src/keeper.c +++ b/src/keeper.c | |||
@@ -43,11 +43,8 @@ | |||
43 | #include <stdlib.h> | 43 | #include <stdlib.h> |
44 | #include <ctype.h> | 44 | #include <ctype.h> |
45 | 45 | ||
46 | #include "lua.h" | ||
47 | #include "lualib.h" | ||
48 | #include "lauxlib.h" | ||
49 | |||
50 | #include "threading.h" | 46 | #include "threading.h" |
47 | #include "compat.h" | ||
51 | #include "tools.h" | 48 | #include "tools.h" |
52 | #include "keeper.h" | 49 | #include "keeper.h" |
53 | 50 | ||