From 585d965c921453e9097ada09ec63c67149aa6d72 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 28 Jul 2019 15:16:13 -0700 Subject: Remove a couple unnecessary includes --- common/almalloc.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'common/almalloc.cpp') 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 #endif -#ifdef HAVE_WINDOWS_H -#include -#else -#include -#endif #define ALIGNED_ALLOC_AVAILABLE (__STDC_VERSION__ >= 201112L || __cplusplus >= 201703L) -- cgit v1.2.3