lua

A copy of the Lua development repository
Log | Files | Refs | README

commit 7b89cf3aeba7e256c5546cbed7b2b3f004c524dc
parent d2811e809721e66b57246be23813ae71db224ee7
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Tue,  8 Nov 2005 17:45:14 -0200

unused include's

Diffstat:
Mlopcodes.c | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git 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"