summaryrefslogtreecommitdiff
path: root/src/core/hle/coprocessor.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/hle/coprocessor.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/hle/coprocessor.cpp')
-rw-r--r--src/core/hle/coprocessor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/coprocessor.cpp b/src/core/hle/coprocessor.cpp
index 9a5b0deda..1eb33eb86 100644
--- a/src/core/hle/coprocessor.cpp
+++ b/src/core/hle/coprocessor.cpp
@@ -5,7 +5,6 @@
5#include "core/hle/coprocessor.h" 5#include "core/hle/coprocessor.h"
6#include "core/hle/hle.h" 6#include "core/hle/hle.h"
7#include "core/mem_map.h" 7#include "core/mem_map.h"
8#include "core/core.h"
9 8
10namespace HLE { 9namespace HLE {
11 10