diff options
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/log.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils/log.h b/src/utils/log.h index 6e6bea9..620b2a3 100644 --- a/src/utils/log.h +++ b/src/utils/log.h @@ -1,7 +1,5 @@ #pragma once -#include <stdlib.h> - #define printLog(format,...) _printLogBack(format, __FILE_NAME__, __LINE__, ## __VA_ARGS__) #define UNREACHABLE printLog("Unreachable");exit(1) |