diff options
Diffstat (limited to 'ltablib.c')
-rw-r--r-- | ltablib.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltablib.c,v 1.10 2002/07/08 16:51:20 roberto Exp roberto $ | 2 | ** $Id: ltablib.c,v 1.11 2002/08/06 17:06:56 roberto Exp roberto $ |
3 | ** Library for Table Manipulation | 3 | ** Library for Table Manipulation |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -10,7 +10,6 @@ | |||
10 | #include "lua.h" | 10 | #include "lua.h" |
11 | 11 | ||
12 | #include "lauxlib.h" | 12 | #include "lauxlib.h" |
13 | #include "luadebug.h" | ||
14 | #include "lualib.h" | 13 | #include "lualib.h" |
15 | 14 | ||
16 | 15 | ||