summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-11-29 23:55:15 +0100
committerMattes D <github@xoft.cz>2014-11-29 23:55:15 +0100
commite0a846d8059da4e470f57a63bf396d30f29c4043 (patch)
treeb575777f1603eec4230515db5141e6a2a16d09c5
parentFixed QtBiomeVisualiser compilation. (diff)
downloadcuberite-e0a846d8059da4e470f57a63bf396d30f29c4043.tar
cuberite-e0a846d8059da4e470f57a63bf396d30f29c4043.tar.gz
cuberite-e0a846d8059da4e470f57a63bf396d30f29c4043.tar.bz2
cuberite-e0a846d8059da4e470f57a63bf396d30f29c4043.tar.lz
cuberite-e0a846d8059da4e470f57a63bf396d30f29c4043.tar.xz
cuberite-e0a846d8059da4e470f57a63bf396d30f29c4043.tar.zst
cuberite-e0a846d8059da4e470f57a63bf396d30f29c4043.zip
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 0a8521fbc..fe4b360a5 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -10,7 +10,6 @@
#ifdef _MSC_VER
#include <dbghelp.h>
#endif // _MSC_VER
-#include "OSSupport/StackTrace.h"
bool cRoot::m_TerminateEventRaised = false; // If something has told the server to stop; checked periodically in cRoot