Browse Source

Remove malloc.h import

gingerBill 1 năm trước cách đây
mục cha
commit
ecaaad95a5
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  1. 0 4
      src/common_memory.cpp

+ 0 - 4
src/common_memory.cpp

@@ -1,7 +1,3 @@
-#if defined(GB_SYSTEM_LINUX)
-#include <malloc.h>
-#endif
-
 gb_internal gb_inline void zero_size(void *ptr, isize len) {
 	memset(ptr, 0, len);
 }