From 1460877dca47ab740eef3a5529cd30008e1a27a5 Mon Sep 17 00:00:00 2001 From: A404M Date: Sat, 8 Feb 2025 02:16:05 +0330 Subject: add const check fix some bugs --- src/utils/log.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/utils') 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 - #define printLog(format,...) _printLogBack(format, __FILE_NAME__, __LINE__, ## __VA_ARGS__) #define UNREACHABLE printLog("Unreachable");exit(1) -- cgit v1.2.3