summaryrefslogtreecommitdiff
path: root/ltable.c
diff options
context:
space:
mode:
Diffstat (limited to 'ltable.c')
-rw-r--r--ltable.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ltable.c b/ltable.c
index 3d2c4765..2f7ef3dc 100644
--- a/ltable.c
+++ b/ltable.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltable.c,v 1.53 2000/08/09 19:16:57 roberto Exp roberto $ 2** $Id: ltable.c,v 1.54 2000/08/31 14:08:27 roberto Exp roberto $
3** Lua tables (hash) 3** Lua tables (hash)
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -20,7 +20,6 @@
20 20
21#include "lua.h" 21#include "lua.h"
22 22
23#include "lauxlib.h"
24#include "lmem.h" 23#include "lmem.h"
25#include "lobject.h" 24#include "lobject.h"
26#include "lstate.h" 25#include "lstate.h"