Core: Dont include debugger.h when not using debuggers
Jeffrey Pfau jeffrey@endrift.com
Mon, 07 Nov 2016 10:18:22 -0800
1 files changed,
2 insertions(+),
0 deletions(-)
jump to
M
src/core/core.h
→
src/core/core.h
@@ -16,7 +16,9 @@ #ifndef MINIMAL_CORE
#include "core/input.h" #endif #include "core/interface.h" +#ifdef USE_DEBUGGERS #include "debugger/debugger.h" +#endif enum mPlatform { PLATFORM_NONE = -1,