diff options
Diffstat (limited to 'lua.c')
-rw-r--r-- | lua.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lua.c,v 1.97 2002/07/10 20:49:01 roberto Exp roberto $ | 2 | ** $Id: lua.c,v 1.98 2002/08/06 15:32:22 roberto Exp roberto $ |
3 | ** Lua stand-alone interpreter | 3 | ** Lua stand-alone interpreter |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -13,7 +13,6 @@ | |||
13 | #include "lua.h" | 13 | #include "lua.h" |
14 | 14 | ||
15 | #include "lauxlib.h" | 15 | #include "lauxlib.h" |
16 | #include "luadebug.h" | ||
17 | #include "lualib.h" | 16 | #include "lualib.h" |
18 | 17 | ||
19 | 18 | ||