mirror of https://github.com/lua/lua
unused include's
This commit is contained in:
parent
d2811e8097
commit
7b89cf3aeb
|
@ -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"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue