summaryrefslogtreecommitdiff
path: root/src/core/hle/config_mem.cpp
diff options
context:
space:
mode:
authorGravatar bunnei2016-04-16 00:49:18 -0400
committerGravatar bunnei2016-04-16 00:49:18 -0400
commit3e7e8daf5967d30cbef6ed8a3a2459c7caaf8e31 (patch)
tree2f5e48f6de825b27490b3ddef437529a01bb431f /src/core/hle/config_mem.cpp
parentMerge pull request #1667 from wwylele/ncch-loader-fix (diff)
parentcore: Clean out some unnecessary header includes (diff)
downloadyuzu-3e7e8daf5967d30cbef6ed8a3a2459c7caaf8e31.tar.gz
yuzu-3e7e8daf5967d30cbef6ed8a3a2459c7caaf8e31.tar.xz
yuzu-3e7e8daf5967d30cbef6ed8a3a2459c7caaf8e31.zip
Merge pull request #1685 from lioncash/hdr
core: Clean out some unnecessary header includes
Diffstat (limited to 'src/core/hle/config_mem.cpp')
-rw-r--r--src/core/hle/config_mem.cpp7
1 files changed, 0 insertions, 7 deletions
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 @@
3// Refer to the license.txt file included. 3// Refer to the license.txt file included.
4 4
5#include <cstring> 5#include <cstring>
6
7#include "common/assert.h"
8#include "common/common_types.h"
9#include "common/common_funcs.h"
10
11#include "core/core.h"
12#include "core/memory.h"
13#include "core/hle/config_mem.h" 6#include "core/hle/config_mem.h"
14 7
15//////////////////////////////////////////////////////////////////////////////////////////////////// 8////////////////////////////////////////////////////////////////////////////////////////////////////