summaryrefslogtreecommitdiff
path: root/lopcodes.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2005-11-08 17:45:36 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2005-11-08 17:45:36 -0200
commit7b89cf3aeba7e256c5546cbed7b2b3f004c524dc (patch)
tree5e6c0fd7b86eab469bf4588a04b8b97ae2a257b4 /lopcodes.c
parentd2811e809721e66b57246be23813ae71db224ee7 (diff)
downloadlua-7b89cf3aeba7e256c5546cbed7b2b3f004c524dc.tar.gz
lua-7b89cf3aeba7e256c5546cbed7b2b3f004c524dc.tar.bz2
lua-7b89cf3aeba7e256c5546cbed7b2b3f004c524dc.zip
unused include's
Diffstat (limited to 'lopcodes.c')
-rw-r--r--lopcodes.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lopcodes.c b/lopcodes.c
index b9582a88..169a1730 100644
--- a/lopcodes.c
+++ b/lopcodes.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lopcodes.c,v 1.35 2005/08/29 20:49:21 roberto Exp roberto $ 2** $Id: lopcodes.c,v 1.36 2005/10/13 12:22:05 roberto Exp roberto $
3** See Copyright Notice in lua.h 3** See Copyright Notice in lua.h
4*/ 4*/
5 5
@@ -7,9 +7,7 @@
7#define lopcodes_c 7#define lopcodes_c
8#define LUA_CORE 8#define LUA_CORE
9 9
10#include "lua.h"
11 10
12#include "lobject.h"
13#include "lopcodes.h" 11#include "lopcodes.h"
14 12
15 13