summaryrefslogtreecommitdiff
path: root/src/cat/LuaScriptInterface.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-07-08 13:03:51 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-07-08 13:03:51 (GMT)
commitf5c9da236f51cc89d8dcf0453f9f361ed45c4600 (patch)
tree50006f9ee09bbe3d81f664be2c3d2a538135faaa /src/cat/LuaScriptInterface.h
parente66b250e99e7beb36a04f005657a8da2adbdec44 (diff)
downloadpowder-f5c9da236f51cc89d8dcf0453f9f361ed45c4600.zip
powder-f5c9da236f51cc89d8dcf0453f9f361ed45c4600.tar.gz
Use sdl-config
Diffstat (limited to 'src/cat/LuaScriptInterface.h')
-rw-r--r--src/cat/LuaScriptInterface.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cat/LuaScriptInterface.h b/src/cat/LuaScriptInterface.h
index 50ec52e..febf5c4 100644
--- a/src/cat/LuaScriptInterface.h
+++ b/src/cat/LuaScriptInterface.h
@@ -10,9 +10,9 @@
extern "C"
{
-#include <lua.h>
-#include <lauxlib.h>
-#include <lualib.h>
+#include "lua.h"
+#include "lauxlib.h"
+#include "lualib.h"
}
#include "CommandInterface.h"