diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2010-06-10 18:27:09 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2010-06-10 18:27:09 -0300 |
commit | 0d116c3adab7bf831ecb8adec0cedfe9a807476e (patch) | |
tree | 5315bd36f88ba8dfe1717ca8337698b7fb97f600 | |
parent | 79f11fb2bb54b74de7b5436eb12233ec10f57962 (diff) | |
download | lua-0d116c3adab7bf831ecb8adec0cedfe9a807476e.tar.gz lua-0d116c3adab7bf831ecb8adec0cedfe9a807476e.tar.bz2 lua-0d116c3adab7bf831ecb8adec0cedfe9a807476e.zip |
unused '#include' removed
-rw-r--r-- | lfunc.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lfunc.c,v 2.24 2010/05/10 18:23:45 roberto Exp roberto $ | 2 | ** $Id: lfunc.c,v 2.25 2010/06/04 13:25:10 roberto Exp roberto $ |
3 | ** Auxiliary functions to manipulate prototypes and closures | 3 | ** Auxiliary functions to manipulate prototypes and closures |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -16,7 +16,6 @@ | |||
16 | #include "lgc.h" | 16 | #include "lgc.h" |
17 | #include "lmem.h" | 17 | #include "lmem.h" |
18 | #include "lobject.h" | 18 | #include "lobject.h" |
19 | #include "lopcodes.h" | ||
20 | #include "lstate.h" | 19 | #include "lstate.h" |
21 | 20 | ||
22 | 21 | ||