From 7b89cf3aeba7e256c5546cbed7b2b3f004c524dc Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 8 Nov 2005 17:45:36 -0200 Subject: unused include's --- lopcodes.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lopcodes.c b/lopcodes.c index b9582a88..169a1730 100644 --- a/lopcodes.c +++ b/lopcodes.c @@ -1,5 +1,5 @@ /* -** $Id: lopcodes.c,v 1.35 2005/08/29 20:49:21 roberto Exp roberto $ +** $Id: lopcodes.c,v 1.36 2005/10/13 12:22:05 roberto Exp roberto $ ** See Copyright Notice in lua.h */ @@ -7,9 +7,7 @@ #define lopcodes_c #define LUA_CORE -#include "lua.h" -#include "lobject.h" #include "lopcodes.h" -- cgit v1.2.3-55-g6feb