diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2005-11-08 17:45:36 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2005-11-08 17:45:36 -0200 |
commit | 7b89cf3aeba7e256c5546cbed7b2b3f004c524dc (patch) | |
tree | 5e6c0fd7b86eab469bf4588a04b8b97ae2a257b4 /lopcodes.c | |
parent | d2811e809721e66b57246be23813ae71db224ee7 (diff) | |
download | lua-7b89cf3aeba7e256c5546cbed7b2b3f004c524dc.tar.gz lua-7b89cf3aeba7e256c5546cbed7b2b3f004c524dc.tar.bz2 lua-7b89cf3aeba7e256c5546cbed7b2b3f004c524dc.zip |
unused include's
Diffstat (limited to 'lopcodes.c')
-rw-r--r-- | lopcodes.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lopcodes.c,v 1.35 2005/08/29 20:49:21 roberto Exp roberto $ | 2 | ** $Id: lopcodes.c,v 1.36 2005/10/13 12:22:05 roberto Exp roberto $ |
3 | ** See Copyright Notice in lua.h | 3 | ** See Copyright Notice in lua.h |
4 | */ | 4 | */ |
5 | 5 | ||
@@ -7,9 +7,7 @@ | |||
7 | #define lopcodes_c | 7 | #define lopcodes_c |
8 | #define LUA_CORE | 8 | #define LUA_CORE |
9 | 9 | ||
10 | #include "lua.h" | ||
11 | 10 | ||
12 | #include "lobject.h" | ||
13 | #include "lopcodes.h" | 11 | #include "lopcodes.h" |
14 | 12 | ||
15 | 13 | ||