summaryrefslogtreecommitdiffstats
path: root/src/core/hle/svc.cpp
diff options
context:
space:
mode:
authorarchshift <admin@archshift.com>2014-09-09 02:52:00 +0200
committerarchshift <admin@archshift.com>2014-09-09 02:54:14 +0200
commit6e606c515f56b456a8031b235fd4f8d8453483a4 (patch)
tree1e603b1ed4c0c65db72dc74b7142c622df41d069 /src/core/hle/svc.cpp
parentcommon: Prune all redundant includes (diff)
downloadyuzu-6e606c515f56b456a8031b235fd4f8d8453483a4.tar
yuzu-6e606c515f56b456a8031b235fd4f8d8453483a4.tar.gz
yuzu-6e606c515f56b456a8031b235fd4f8d8453483a4.tar.bz2
yuzu-6e606c515f56b456a8031b235fd4f8d8453483a4.tar.lz
yuzu-6e606c515f56b456a8031b235fd4f8d8453483a4.tar.xz
yuzu-6e606c515f56b456a8031b235fd4f8d8453483a4.tar.zst
yuzu-6e606c515f56b456a8031b235fd4f8d8453483a4.zip
Diffstat (limited to 'src/core/hle/svc.cpp')
-rw-r--r--src/core/hle/svc.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/hle/svc.cpp b/src/core/hle/svc.cpp
index bdcfae6f5..07a750b89 100644
--- a/src/core/hle/svc.cpp
+++ b/src/core/hle/svc.cpp
@@ -3,7 +3,6 @@
// Refer to the license.txt file included.
#include <map>
-#include <string>
#include "common/string_util.h"
#include "common/symbols.h"
@@ -12,13 +11,11 @@
#include "core/hle/kernel/address_arbiter.h"
#include "core/hle/kernel/event.h"
-#include "core/hle/kernel/kernel.h"
#include "core/hle/kernel/mutex.h"
#include "core/hle/kernel/shared_memory.h"
#include "core/hle/kernel/thread.h"
#include "core/hle/function_wrappers.h"
-#include "core/hle/svc.h"
#include "core/hle/service/service.h"
////////////////////////////////////////////////////////////////////////////////////////////////////