소스 검색

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);
 }