summaryrefslogtreecommitdiffstats
path: root/src/Bindings/AllToLua.pkg
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-01-12 08:33:29 +0100
committerMattes D <github@xoft.cz>2014-01-12 08:33:29 +0100
commit751c53ecc65423b292d3a4a42512737786f12482 (patch)
treefa1c99d1a9b773784c7b396544fc42cacc8cd587 /src/Bindings/AllToLua.pkg
parentMerge pull request #526 from mc-server/IniFileFix (diff)
parentLua errors display stack trace. (diff)
downloadcuberite-751c53ecc65423b292d3a4a42512737786f12482.tar
cuberite-751c53ecc65423b292d3a4a42512737786f12482.tar.gz
cuberite-751c53ecc65423b292d3a4a42512737786f12482.tar.bz2
cuberite-751c53ecc65423b292d3a4a42512737786f12482.tar.lz
cuberite-751c53ecc65423b292d3a4a42512737786f12482.tar.xz
cuberite-751c53ecc65423b292d3a4a42512737786f12482.tar.zst
cuberite-751c53ecc65423b292d3a4a42512737786f12482.zip
Diffstat (limited to 'src/Bindings/AllToLua.pkg')
-rw-r--r--src/Bindings/AllToLua.pkg2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Bindings/AllToLua.pkg b/src/Bindings/AllToLua.pkg
index f209d6768..2d0300ebf 100644
--- a/src/Bindings/AllToLua.pkg
+++ b/src/Bindings/AllToLua.pkg
@@ -1,8 +1,6 @@
$#include "../Globals.h"
-$#include "tolua_base.h"
-
// Typedefs from Globals.h, so that we don't have to process that file:
typedef long long Int64;
typedef int Int32;