瀏覽代碼

Remove malloc.h import

gingerBill 1 年之前
父節點
當前提交
ecaaad95a5
共有 1 個文件被更改,包括 0 次插入4 次删除
  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);
 }