summaryrefslogtreecommitdiff
path: root/src/core/hle/hle.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/hle.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/hle.cpp')
-rw-r--r--src/core/hle/hle.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/hle.cpp b/src/core/hle/hle.cpp
index 331b1b22a..e545de3b5 100644
--- a/src/core/hle/hle.cpp
+++ b/src/core/hle/hle.cpp
@@ -8,8 +8,6 @@
8#include "core/arm/arm_interface.h" 8#include "core/arm/arm_interface.h"
9#include "core/core.h" 9#include "core/core.h"
10#include "core/hle/hle.h" 10#include "core/hle/hle.h"
11#include "core/hle/config_mem.h"
12#include "core/hle/shared_page.h"
13#include "core/hle/service/service.h" 11#include "core/hle/service/service.h"
14 12
15//////////////////////////////////////////////////////////////////////////////////////////////////// 13////////////////////////////////////////////////////////////////////////////////////////////////////