diff --git a/src/common_memory.cpp b/src/common_memory.cpp index 80a6ac2b4..b63c101d2 100644 --- a/src/common_memory.cpp +++ b/src/common_memory.cpp @@ -1,7 +1,3 @@ -#if defined(GB_SYSTEM_LINUX) -#include -#endif - gb_internal gb_inline void zero_size(void *ptr, isize len) { memset(ptr, 0, len); }