2
0
Daniele Bartolini 11 жил өмнө
parent
commit
000355f8a5

+ 0 - 3
engine/core/assert.h

@@ -5,9 +5,6 @@
 
 #pragma once
 
-#include <cstdlib>
-#include <cstdio>
-#include "config.h"
 #include "error.h"
 
 #if defined(CROWN_DEBUG)

+ 1 - 0
engine/core/memory/memory.cpp

@@ -6,6 +6,7 @@
 #include "memory.h"
 #include "allocator.h"
 #include "mutex.h"
+#include <stdlib.h> // malloc, free
 
 // void* operator new(size_t) throw (std::bad_alloc)
 // {