From b7d9306c8689bdd7f37ce31ed63ce4e65fa396e2 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 24 May 2014 11:42:09 +1000 Subject: Big include and libraries clean up. --- src/LuaSL/LuaSL.h | 9 --------- src/LuaSL/LuaSL_compile.c | 1 - 2 files changed, 10 deletions(-) (limited to 'src/LuaSL') diff --git a/src/LuaSL/LuaSL.h b/src/LuaSL/LuaSL.h index cfee0aa..54e7fa7 100644 --- a/src/LuaSL/LuaSL.h +++ b/src/LuaSL/LuaSL.h @@ -5,16 +5,7 @@ #endif #include -#include -#include #include -#include -#include - -#include -#include -#include -#include typedef struct _gameGlobals gameGlobals; // Define this here, so LuaSL_threads.h can use it. diff --git a/src/LuaSL/LuaSL_compile.c b/src/LuaSL/LuaSL_compile.c index 61fce8f..5adeabe 100644 --- a/src/LuaSL/LuaSL_compile.c +++ b/src/LuaSL/LuaSL_compile.c @@ -1,6 +1,5 @@ #include "LuaSL.h" -#include "Runnr.h" #include "SledjHamr.h" /* TODO - problem de jour -- cgit v1.1