diff options
author | Mattes D <github@xoft.cz> | 2014-11-29 23:55:15 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-11-29 23:55:15 +0100 |
commit | e0a846d8059da4e470f57a63bf396d30f29c4043 (patch) | |
tree | b575777f1603eec4230515db5141e6a2a16d09c5 /src/main.cpp | |
parent | Fixed QtBiomeVisualiser compilation. (diff) | |
download | cuberite-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 |
Diffstat (limited to '')
-rw-r--r-- | src/main.cpp | 1 |
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 |