From 2d044a67c932403b81fdde6f81d461c6e7c11efe Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sun, 21 Jun 2015 13:12:49 +0100 Subject: Common: Cleanup memory and misc includes. --- src/common/memory_util.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/common/memory_util.h') diff --git a/src/common/memory_util.h b/src/common/memory_util.h index 9fdbf1f1..9bf37c44 100644 --- a/src/common/memory_util.h +++ b/src/common/memory_util.h @@ -4,9 +4,7 @@ #pragma once -#ifndef _WIN32 -#include -#endif +#include #include void* AllocateExecutableMemory(size_t size, bool low = true); -- cgit v1.2.3