summaryrefslogtreecommitdiff
path: root/src/utils/log.c
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-04-15 21:54:04 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-04-15 21:54:04 +0330
commitcc12a3a946303ae89ce2076b3c17d5d35d7e864f (patch)
tree3429c081fecb65cf538b213e382016416dbca344 /src/utils/log.c
parent52fac2c9232d39b3fe98438a47c22f985b260f58 (diff)
add string
Diffstat (limited to 'src/utils/log.c')
-rw-r--r--src/utils/log.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/log.c b/src/utils/log.c
index 9b8f94f..e8eb047 100644
--- a/src/utils/log.c
+++ b/src/utils/log.c
@@ -4,7 +4,6 @@
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>
-#include <stdlib.h>
#include <string.h>
void _printLogBack(const char *format, const char *file, int line, ...) {