diff options
author | Chris Robinson <[email protected]> | 2019-07-28 15:16:13 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-07-28 15:16:13 -0700 |
commit | 585d965c921453e9097ada09ec63c67149aa6d72 (patch) | |
tree | 8ae27ef6f43e35c7f9d4c3fc1a4ddd8e15e0001e /common | |
parent | e0a795d9d2c5696d7f7c79d3e219af84c25a7776 (diff) |
Remove a couple unnecessary includes
Diffstat (limited to 'common')
-rw-r--r-- | common/almalloc.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/almalloc.cpp b/common/almalloc.cpp index 2902a087..8ab48248 100644 --- a/common/almalloc.cpp +++ b/common/almalloc.cpp @@ -10,11 +10,6 @@ #ifdef HAVE_MALLOC_H #include <malloc.h> #endif -#ifdef HAVE_WINDOWS_H -#include <windows.h> -#else -#include <unistd.h> -#endif #define ALIGNED_ALLOC_AVAILABLE (__STDC_VERSION__ >= 201112L || __cplusplus >= 201703L) |