From eff5b6e0fc5d7106a1a38967c3bbcbf73fdd6e44 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 25 Feb 2012 00:09:31 +1000 Subject: Moved luaproc into LuaSL, merged it all into it's own file, and replaced the luaproc list with Eina_Clist. From this point on, luaproc is officialy forked. --- LuaSL/src/LuaSL_LSL_tree.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'LuaSL/src/LuaSL_LSL_tree.h') diff --git a/LuaSL/src/LuaSL_LSL_tree.h b/LuaSL/src/LuaSL_LSL_tree.h index cbc34b3..eb58e79 100644 --- a/LuaSL/src/LuaSL_LSL_tree.h +++ b/LuaSL/src/LuaSL_LSL_tree.h @@ -13,9 +13,6 @@ #include "assert.h" #include -#include -#include -#include #include #include #include // For PATH_MAX. @@ -25,7 +22,7 @@ #include #include -#include +#include "LuaSL_threads.h" #include "LuaSL_lemon_yaccer.h" -- cgit v1.1