summaryrefslogtreecommitdiff
path: root/src/core/hle/hle.cpp
diff options
context:
space:
mode:
authorGravatar Lioncash2016-04-16 00:06:19 -0400
committerGravatar Lioncash2016-04-16 00:08:49 -0400
commit1cc183703af806858f982a4ac2872457790e248f (patch)
tree2f5e48f6de825b27490b3ddef437529a01bb431f /src/core/hle/hle.cpp
parentMerge pull request #1667 from wwylele/ncch-loader-fix (diff)
downloadyuzu-1cc183703af806858f982a4ac2872457790e248f.tar.gz
yuzu-1cc183703af806858f982a4ac2872457790e248f.tar.xz
yuzu-1cc183703af806858f982a4ac2872457790e248f.zip
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////////////////////////////////////////////////////////////////////////////////////////////////////