diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-02-14 15:25:04 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-02-14 15:25:04 -0300 |
commit | 45cf24485de6738b44cd9a68738ae6a11b3827db (patch) | |
tree | 1203d08f1ac7e7a4c94bdc3665596c33588a9e8e /inout.c | |
parent | c56e2b2e30364bf245d518bef5d4b896212c686a (diff) | |
download | lua-45cf24485de6738b44cd9a68738ae6a11b3827db.tar.gz lua-45cf24485de6738b44cd9a68738ae6a11b3827db.tar.bz2 lua-45cf24485de6738b44cd9a68738ae6a11b3827db.zip |
useless #include.
Diffstat (limited to 'inout.c')
-rw-r--r-- | inout.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -5,11 +5,10 @@ | |||
5 | ** Also provides some predefined lua functions. | 5 | ** Also provides some predefined lua functions. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | char *rcs_inout="$Id: inout.c,v 2.30 1996/02/12 18:32:40 roberto Exp roberto $"; | 8 | char *rcs_inout="$Id: inout.c,v 2.31 1996/02/13 17:30:39 roberto Exp roberto $"; |
9 | 9 | ||
10 | #include <stdio.h> | 10 | #include <stdio.h> |
11 | #include <stdlib.h> | 11 | #include <stdlib.h> |
12 | #include <string.h> | ||
13 | 12 | ||
14 | #include "lex.h" | 13 | #include "lex.h" |
15 | #include "opcode.h" | 14 | #include "opcode.h" |