From 1cc183703af806858f982a4ac2872457790e248f Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 16 Apr 2016 00:06:19 -0400 Subject: core: Clean out some unnecessary header includes --- src/core/hle/config_mem.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/core/hle/config_mem.cpp') diff --git a/src/core/hle/config_mem.cpp b/src/core/hle/config_mem.cpp index b1a72dc0c..ccd73cfcb 100644 --- a/src/core/hle/config_mem.cpp +++ b/src/core/hle/config_mem.cpp @@ -3,13 +3,6 @@ // Refer to the license.txt file included. #include - -#include "common/assert.h" -#include "common/common_types.h" -#include "common/common_funcs.h" - -#include "core/core.h" -#include "core/memory.h" #include "core/hle/config_mem.h" //////////////////////////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3