aboutsummaryrefslogtreecommitdiff
path: root/ltests.c
diff options
context:
space:
mode:
Diffstat (limited to 'ltests.c')
-rw-r--r--ltests.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/ltests.c b/ltests.c
index c7e2ad55..4a071fae 100644
--- a/ltests.c
+++ b/ltests.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltests.c,v 1.23 2000/06/02 19:10:01 roberto Exp roberto $ 2** $Id: ltests.c,v 1.24 2000/06/08 17:48:31 roberto Exp roberto $
3** Internal Module for Debugging of the Lua Implementation 3** Internal Module for Debugging of the Lua Implementation
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -11,6 +11,8 @@
11#include <string.h> 11#include <string.h>
12 12
13 13
14#include "lua.h"
15
14#include "lapi.h" 16#include "lapi.h"
15#include "lauxlib.h" 17#include "lauxlib.h"
16#include "lcode.h" 18#include "lcode.h"
@@ -20,7 +22,6 @@
20#include "lstate.h" 22#include "lstate.h"
21#include "lstring.h" 23#include "lstring.h"
22#include "ltable.h" 24#include "ltable.h"
23#include "lua.h"
24#include "luadebug.h" 25#include "luadebug.h"
25 26
26 27