From 1de5587184eb2d8d9f379c661f77f7e450764894 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 12 Jun 2000 10:52:05 -0300 Subject: `lua.h' is included before any other Lua header file --- ltests.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ltests.c') diff --git a/ltests.c b/ltests.c index c7e2ad55..4a071fae 100644 --- a/ltests.c +++ b/ltests.c @@ -1,5 +1,5 @@ /* -** $Id: ltests.c,v 1.23 2000/06/02 19:10:01 roberto Exp roberto $ +** $Id: ltests.c,v 1.24 2000/06/08 17:48:31 roberto Exp roberto $ ** Internal Module for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -11,6 +11,8 @@ #include +#include "lua.h" + #include "lapi.h" #include "lauxlib.h" #include "lcode.h" @@ -20,7 +22,6 @@ #include "lstate.h" #include "lstring.h" #include "ltable.h" -#include "lua.h" #include "luadebug.h" -- cgit v1.2.3-55-g6feb