diff options
Diffstat (limited to 'ldo.c')
-rw-r--r-- | ldo.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ldo.c,v 1.76 2000/05/24 13:54:49 roberto Exp roberto $ | 2 | ** $Id: ldo.c,v 1.77 2000/05/30 19:00:31 roberto Exp roberto $ |
3 | ** Stack and Call structure of Lua | 3 | ** Stack and Call structure of Lua |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -12,6 +12,8 @@ | |||
12 | 12 | ||
13 | #define LUA_REENTRANT | 13 | #define LUA_REENTRANT |
14 | 14 | ||
15 | #include "lua.h" | ||
16 | |||
15 | #include "lauxlib.h" | 17 | #include "lauxlib.h" |
16 | #include "ldebug.h" | 18 | #include "ldebug.h" |
17 | #include "ldo.h" | 19 | #include "ldo.h" |
@@ -23,7 +25,6 @@ | |||
23 | #include "lstring.h" | 25 | #include "lstring.h" |
24 | #include "ltable.h" | 26 | #include "ltable.h" |
25 | #include "ltm.h" | 27 | #include "ltm.h" |
26 | #include "lua.h" | ||
27 | #include "luadebug.h" | 28 | #include "luadebug.h" |
28 | #include "lundump.h" | 29 | #include "lundump.h" |
29 | #include "lvm.h" | 30 | #include "lvm.h" |