aboutsummaryrefslogtreecommitdiffstats
path: root/deps/LuaJIT/src/lua.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/LuaJIT/src/lua.hpp')
-rw-r--r--deps/LuaJIT/src/lua.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/deps/LuaJIT/src/lua.hpp b/deps/LuaJIT/src/lua.hpp
deleted file mode 100644
index 07e9002..0000000
--- a/deps/LuaJIT/src/lua.hpp
+++ /dev/null
@@ -1,9 +0,0 @@
-// C++ wrapper for LuaJIT header files.
-
-extern "C" {
-#include "lua.h"
-#include "lauxlib.h"
-#include "lualib.h"
-#include "luajit.h"
-}
-