From 9d7cc2bedc55b1d1327645b9c816eea3bcd5d658 Mon Sep 17 00:00:00 2001 From: archshift Date: Mon, 8 Sep 2014 17:16:32 -0700 Subject: common: Prune all redundant includes --- src/common/memory_util.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/common/memory_util.cpp') diff --git a/src/common/memory_util.cpp b/src/common/memory_util.cpp index e01e6317..45bf5a49 100644 --- a/src/common/memory_util.cpp +++ b/src/common/memory_util.cpp @@ -10,9 +10,6 @@ #ifdef _WIN32 #include #include -#else -#include -#include #endif #if !defined(_WIN32) && defined(__x86_64__) && !defined(MAP_32BIT) -- cgit v1.2.3