From 7e0be1fbde80d72886e11bcbf114a8dbf6d5e1d9 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 19 Mar 1996 13:50:24 -0300 Subject: unused "#include" --- func.c | 2 +- inout.c | 3 +-- lex.c | 3 +-- opcode.c | 3 +-- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/func.c b/func.c index 58ff0fd2..e4fc9f53 100644 --- a/func.c +++ b/func.c @@ -1,4 +1,4 @@ -#include +#include #include "luadebug.h" #include "table.h" diff --git a/inout.c b/inout.c index 48a67545..0582522c 100644 --- a/inout.c +++ b/inout.c @@ -5,10 +5,9 @@ ** Also provides some predefined lua functions. */ -char *rcs_inout="$Id: inout.c,v 2.33 1996/02/26 21:00:27 roberto Exp roberto $"; +char *rcs_inout="$Id: inout.c,v 2.34 1996/03/15 13:13:13 roberto Exp roberto $"; #include -#include #include "lex.h" #include "opcode.h" diff --git a/lex.c b/lex.c index d448f0af..8e744e2c 100644 --- a/lex.c +++ b/lex.c @@ -1,9 +1,8 @@ -char *rcs_lex = "$Id: lex.c,v 2.29 1996/02/26 22:35:51 roberto Exp roberto $"; +char *rcs_lex = "$Id: lex.c,v 2.30 1996/03/14 15:17:28 roberto Exp roberto $"; #include #include -#include #include "mem.h" #include "tree.h" diff --git a/opcode.c b/opcode.c index 4a6fb62b..fa0f8064 100644 --- a/opcode.c +++ b/opcode.c @@ -3,10 +3,9 @@ ** TecCGraf - PUC-Rio */ -char *rcs_opcode="$Id: opcode.c,v 3.59 1996/03/04 14:46:35 roberto Exp roberto $"; +char *rcs_opcode="$Id: opcode.c,v 3.60 1996/03/15 13:13:13 roberto Exp roberto $"; #include -#include #include #include -- cgit v1.2.3-55-g6feb