diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-04-15 21:54:04 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-04-15 21:54:04 +0330 |
commit | cc12a3a946303ae89ce2076b3c17d5d35d7e864f (patch) | |
tree | 3429c081fecb65cf538b213e382016416dbca344 /src/utils/file.c | |
parent | 52fac2c9232d39b3fe98438a47c22f985b260f58 (diff) |
add string
Diffstat (limited to 'src/utils/file.c')
-rw-r--r-- | src/utils/file.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils/file.c b/src/utils/file.c index 921befb..6d737f7 100644 --- a/src/utils/file.c +++ b/src/utils/file.c @@ -2,9 +2,7 @@ #include "utils/log.h" #include "utils/memory.h" -#include <stddef.h> #include <stdio.h> -#include <stdlib.h> #include <string.h> size_t fileCodes_capacity = 0; |