From 2d044a67c932403b81fdde6f81d461c6e7c11efe Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> 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 9fdbf1f121..9bf37c44fd 100644 --- a/src/common/memory_util.h +++ b/src/common/memory_util.h @@ -4,9 +4,7 @@ #pragma once -#ifndef _WIN32 -#include <sys/mman.h> -#endif +#include <cstddef> #include <string> void* AllocateExecutableMemory(size_t size, bool low = true); -- cgit v1.2.3-70-g09d2