From 8060193702b21a06af3541555db4cd317c733ce9 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 11 Sep 2000 17:29:27 -0300 Subject: `lauxlib' is now part of the libraries (not used by core Lua) --- ltable.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ltable.c') diff --git a/ltable.c b/ltable.c index 3d2c4765..2f7ef3dc 100644 --- a/ltable.c +++ b/ltable.c @@ -1,5 +1,5 @@ /* -** $Id: ltable.c,v 1.53 2000/08/09 19:16:57 roberto Exp roberto $ +** $Id: ltable.c,v 1.54 2000/08/31 14:08:27 roberto Exp roberto $ ** Lua tables (hash) ** See Copyright Notice in lua.h */ @@ -20,7 +20,6 @@ #include "lua.h" -#include "lauxlib.h" #include "lmem.h" #include "lobject.h" #include "lstate.h" -- cgit v1.2.3-55-g6feb