summaryrefslogtreecommitdiff
path: root/src/core/hle/svc.cpp
diff options
context:
space:
mode:
authorGravatar bunnei2014-09-10 18:44:08 -0400
committerGravatar bunnei2014-09-10 18:44:08 -0400
commitd79fe3ebaadbc19e8ffe5075bad51a9735aafb38 (patch)
tree49d8b9dc37a2f9a541aef587c7bb50f9fe3c01f7 /src/core/hle/svc.cpp
parentMerge pull request #104 from archshift/removal (diff)
parentcore: Prune redundant includes (diff)
downloadyuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.tar.gz
yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.tar.xz
yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.zip
Merge pull request #103 from archshift/prune
Prune redundant includes
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 @@
3// Refer to the license.txt file included. 3// Refer to the license.txt file included.
4 4
5#include <map> 5#include <map>
6#include <string>
7 6
8#include "common/string_util.h" 7#include "common/string_util.h"
9#include "common/symbols.h" 8#include "common/symbols.h"
@@ -12,13 +11,11 @@
12 11
13#include "core/hle/kernel/address_arbiter.h" 12#include "core/hle/kernel/address_arbiter.h"
14#include "core/hle/kernel/event.h" 13#include "core/hle/kernel/event.h"
15#include "core/hle/kernel/kernel.h"
16#include "core/hle/kernel/mutex.h" 14#include "core/hle/kernel/mutex.h"
17#include "core/hle/kernel/shared_memory.h" 15#include "core/hle/kernel/shared_memory.h"
18#include "core/hle/kernel/thread.h" 16#include "core/hle/kernel/thread.h"
19 17
20#include "core/hle/function_wrappers.h" 18#include "core/hle/function_wrappers.h"
21#include "core/hle/svc.h"
22#include "core/hle/service/service.h" 19#include "core/hle/service/service.h"
23 20
24//////////////////////////////////////////////////////////////////////////////////////////////////// 21////////////////////////////////////////////////////////////////////////////////////////////////////