diff options
Diffstat (limited to 'iolib.c')
-rw-r--r-- | iolib.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -3,7 +3,7 @@ | |||
3 | ** Input/output library to LUA | 3 | ** Input/output library to LUA |
4 | */ | 4 | */ |
5 | 5 | ||
6 | char *rcs_iolib="$Id: iolib.c,v 1.11 1994/10/13 17:18:32 celes Exp celes $"; | 6 | char *rcs_iolib="$Id: iolib.c,v 1.12 1994/10/13 19:28:54 celes Exp roberto $"; |
7 | 7 | ||
8 | #include <stdlib.h> | 8 | #include <stdlib.h> |
9 | #include <string.h> | 9 | #include <string.h> |
@@ -14,8 +14,6 @@ char *rcs_iolib="$Id: iolib.c,v 1.11 1994/10/13 17:18:32 celes Exp celes $"; | |||
14 | #include <floatingpoint.h> | 14 | #include <floatingpoint.h> |
15 | #endif | 15 | #endif |
16 | 16 | ||
17 | #include "mm.h" | ||
18 | |||
19 | #include "lua.h" | 17 | #include "lua.h" |
20 | #include "lualib.h" | 18 | #include "lualib.h" |
21 | 19 | ||