From 83b7bb64aa5e1ee6b18eaa5d08c17bb5b6c57048 Mon Sep 17 00:00:00 2001 From: Pierre Bourdon Date: Thu, 20 Feb 2014 04:11:52 +0100 Subject: Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). --- Source/Core/Common/MemoryUtil.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Source/Core/Common/MemoryUtil.cpp') diff --git a/Source/Core/Common/MemoryUtil.cpp b/Source/Core/Common/MemoryUtil.cpp index e65f0a1cbb..cc6d569036 100644 --- a/Source/Core/Common/MemoryUtil.cpp +++ b/Source/Core/Common/MemoryUtil.cpp @@ -2,17 +2,19 @@ // Licensed under GPLv2 // Refer to the license.txt file included. +#include +#include +#include #include "Common/Common.h" -#include "Common/MemoryUtil.h" -#include "Common/StringUtil.h" #ifdef _WIN32 #include #include +#include "Common/StringUtil.h" #else -#include #include +#include #endif #if !defined(_WIN32) && defined(__x86_64__) && !defined(MAP_32BIT) -- cgit v1.2.3