diff options
Diffstat (limited to 'liolib.c')
-rw-r--r-- | liolib.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: liolib.c,v 2.13 2002/07/12 18:54:53 roberto Exp roberto $ | 2 | ** $Id: liolib.c,v 2.14 2002/07/17 16:25:13 roberto Exp roberto $ |
3 | ** Standard I/O (and system) library | 3 | ** Standard I/O (and system) library |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -15,7 +15,6 @@ | |||
15 | #include "lua.h" | 15 | #include "lua.h" |
16 | 16 | ||
17 | #include "lauxlib.h" | 17 | #include "lauxlib.h" |
18 | #include "luadebug.h" | ||
19 | #include "lualib.h" | 18 | #include "lualib.h" |
20 | 19 | ||
21 | 20 | ||