Cleanup includes, remove stdio.h from base

This commit is contained in:
Krzosa Karol
2023-01-01 12:58:57 +01:00
parent c5539276ae
commit 39f46900b2
9 changed files with 608 additions and 624 deletions

View File

@@ -459,7 +459,6 @@ string_from_cstring(char *string){
return result;
}
#include "core_arena.cpp" // @! Move this include
struct String_Replace {
String find;
String replace;