1
0
mirror of https://github.com/lua/lua.git synced 2025-01-14 05:43:00 +08:00

unused include's

This commit is contained in:
Roberto Ierusalimschy 2005-11-08 17:45:36 -02:00
parent d2811e8097
commit 7b89cf3aeb

View File

@ -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 ** See Copyright Notice in lua.h
*/ */
@ -7,9 +7,7 @@
#define lopcodes_c #define lopcodes_c
#define LUA_CORE #define LUA_CORE
#include "lua.h"
#include "lobject.h"
#include "lopcodes.h" #include "lopcodes.h"