aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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