aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-25 01:36:02 +1000
committerDavid Walter Seikel2012-02-25 01:36:02 +1000
commitdb634cda56ca8eca2ddab728d1a95dc9fbd36eba (patch)
treecfd3e4930c4edfa416cd2edacc858a51a6591c62 /LuaSL/src/LuaSL_LSL_tree.h
parentMoved luaproc into LuaSL, merged it all into it's own file, and replaced the ... (diff)
downloadSledjHamr-db634cda56ca8eca2ddab728d1a95dc9fbd36eba.zip
SledjHamr-db634cda56ca8eca2ddab728d1a95dc9fbd36eba.tar.gz
SledjHamr-db634cda56ca8eca2ddab728d1a95dc9fbd36eba.tar.bz2
SledjHamr-db634cda56ca8eca2ddab728d1a95dc9fbd36eba.tar.xz
Remove a whole bunch of stuff we don't need from our luaproc fork, and rearrange what's left.
Diffstat (limited to 'LuaSL/src/LuaSL_LSL_tree.h')
-rw-r--r--LuaSL/src/LuaSL_LSL_tree.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/LuaSL/src/LuaSL_LSL_tree.h b/LuaSL/src/LuaSL_LSL_tree.h
index eb58e79..f172110 100644
--- a/LuaSL/src/LuaSL_LSL_tree.h
+++ b/LuaSL/src/LuaSL_LSL_tree.h
@@ -17,13 +17,6 @@
17#include <stdio.h> 17#include <stdio.h>
18#include <limits.h> // For PATH_MAX. 18#include <limits.h> // For PATH_MAX.
19 19
20#include <lua.h>
21#include <luajit.h>
22#include <lualib.h>
23#include <lauxlib.h>
24
25#include "LuaSL_threads.h"
26
27#include "LuaSL_lemon_yaccer.h" 20#include "LuaSL_lemon_yaccer.h"
28 21
29#define YYERRCODE 256 22#define YYERRCODE 256