From 2e38c6ae5a53cbf1a607a790460fca45ba3b9ca8 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 6 Aug 2002 15:01:50 -0300 Subject: `luadebug.h' content now is included in `lua.h' --- lua.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lua.c') diff --git a/lua.c b/lua.c index 19713f40..481fd948 100644 --- a/lua.c +++ b/lua.c @@ -1,5 +1,5 @@ /* -** $Id: lua.c,v 1.97 2002/07/10 20:49:01 roberto Exp roberto $ +** $Id: lua.c,v 1.98 2002/08/06 15:32:22 roberto Exp roberto $ ** Lua stand-alone interpreter ** See Copyright Notice in lua.h */ @@ -13,7 +13,6 @@ #include "lua.h" #include "lauxlib.h" -#include "luadebug.h" #include "lualib.h" -- cgit v1.2.3-55-g6feb