summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/lua/etc/lua.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/util/lua/etc/lua.hpp')
-rw-r--r--crawl-ref/source/util/lua/etc/lua.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/crawl-ref/source/util/lua/etc/lua.hpp b/crawl-ref/source/util/lua/etc/lua.hpp
deleted file mode 100644
index ec417f5946..0000000000
--- a/crawl-ref/source/util/lua/etc/lua.hpp
+++ /dev/null
@@ -1,9 +0,0 @@
-// lua.hpp
-// Lua header files for C++
-// <<extern "C">> not supplied automatically because Lua also compiles as C++
-
-extern "C" {
-#include "lua.h"
-#include "lualib.h"
-#include "lauxlib.h"
-}