From 619edfd9e4c210bdfcfbf1e911d1760c53c4293f Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 15 Jan 2001 16:07:56 -0200 Subject: details --- llex.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'llex.c') diff --git a/llex.c b/llex.c index c4b36d61..95c3ef1a 100644 --- a/llex.c +++ b/llex.c @@ -1,5 +1,5 @@ /* -** $Id: llex.c,v 1.73 2001/01/10 16:40:56 roberto Exp roberto $ +** $Id: llex.c,v 1.74 2001/01/10 17:41:50 roberto Exp roberto $ ** Lexical Analyzer ** See Copyright Notice in lua.h */ @@ -12,13 +12,10 @@ #include "lua.h" #include "llex.h" -#include "lmem.h" #include "lobject.h" #include "lparser.h" #include "lstate.h" #include "lstring.h" -#include "ltable.h" -#include "luadebug.h" #include "lzio.h" -- cgit v1.2.3-55-g6feb