diff options
-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 | ||