From 2f933e86b41b1112e6697f95cba7f541f029af8b Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 13 Jan 2013 17:32:23 +1000 Subject: Remove unused LuaJIT 1.1.7, since the 2.0 version works fine. --- libraries/LuaJIT-1.1.7/etc/lua.hpp | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 libraries/LuaJIT-1.1.7/etc/lua.hpp (limited to 'libraries/LuaJIT-1.1.7/etc/lua.hpp') diff --git a/libraries/LuaJIT-1.1.7/etc/lua.hpp b/libraries/LuaJIT-1.1.7/etc/lua.hpp deleted file mode 100644 index ec417f5..0000000 --- a/libraries/LuaJIT-1.1.7/etc/lua.hpp +++ /dev/null @@ -1,9 +0,0 @@ -// lua.hpp -// Lua header files for C++ -// <> not supplied automatically because Lua also compiles as C++ - -extern "C" { -#include "lua.h" -#include "lualib.h" -#include "lauxlib.h" -} -- cgit v1.1