diff options
Diffstat (limited to 'debug.h')
-rw-r--r-- | debug.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -63,8 +63,6 @@ void debug_assert(const std::string& reason, #include <iostream> #include <cstdlib> -#include "datetime.h" - #define DEBUG_ENABLED extern std::ostream * _debug_stream; |