From da6f24b37470064f10e68186965949d728fecb3c Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 17 Aug 2014 13:54:06 -0400 Subject: Common: Move remaining C header includes over to their C++ equivalent --- src/common/memory_util.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common/memory_util.cpp') diff --git a/src/common/memory_util.cpp b/src/common/memory_util.cpp index 71ef159c..e1cd6e55 100644 --- a/src/common/memory_util.cpp +++ b/src/common/memory_util.cpp @@ -11,8 +11,8 @@ #include #include #else -#include -#include +#include +#include #endif #if !defined(_WIN32) && defined(__x86_64__) && !defined(MAP_32BIT) -- cgit v1.2.3