1
0

Removed unneeded include.

This commit is contained in:
Mattes D 2014-11-29 23:55:15 +01:00
parent abbe18c0ab
commit e0a846d805

View File

@ -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