summaryrefslogtreecommitdiff
path: root/src/core/mem_map_funcs.cpp
diff options
context:
space:
mode:
authorGravatar archshift2014-09-08 17:52:00 -0700
committerGravatar archshift2014-09-08 17:54:14 -0700
commit6e606c515f56b456a8031b235fd4f8d8453483a4 (patch)
tree1e603b1ed4c0c65db72dc74b7142c622df41d069 /src/core/mem_map_funcs.cpp
parentcommon: Prune all redundant includes (diff)
downloadyuzu-6e606c515f56b456a8031b235fd4f8d8453483a4.tar.gz
yuzu-6e606c515f56b456a8031b235fd4f8d8453483a4.tar.xz
yuzu-6e606c515f56b456a8031b235fd4f8d8453483a4.zip
core: Prune redundant includes
Diffstat (limited to 'src/core/mem_map_funcs.cpp')
-rw-r--r--src/core/mem_map_funcs.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/mem_map_funcs.cpp b/src/core/mem_map_funcs.cpp
index 391b75fc2..f510df835 100644
--- a/src/core/mem_map_funcs.cpp
+++ b/src/core/mem_map_funcs.cpp
@@ -8,7 +8,6 @@
8 8
9#include "core/mem_map.h" 9#include "core/mem_map.h"
10#include "core/hw/hw.h" 10#include "core/hw/hw.h"
11#include "hle/hle.h"
12#include "hle/config_mem.h" 11#include "hle/config_mem.h"
13 12
14namespace Memory { 13namespace Memory {