summaryrefslogtreecommitdiff
path: root/src/utils/log.h
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-02-08 02:16:05 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-02-08 02:16:05 +0330
commit1460877dca47ab740eef3a5529cd30008e1a27a5 (patch)
treed02752f617157d0cfd3d037bd69280e0acd094b3 /src/utils/log.h
parent1b8c8fb55ae5a2bc48951b65b01eb83d75ab4715 (diff)
add const check
fix some bugs
Diffstat (limited to 'src/utils/log.h')
-rw-r--r--src/utils/log.h2
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)