diff options
author | bunnei <bunneidev@gmail.com> | 2014-09-11 00:44:08 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2014-09-11 00:44:08 +0200 |
commit | d79fe3ebaadbc19e8ffe5075bad51a9735aafb38 (patch) | |
tree | 49d8b9dc37a2f9a541aef587c7bb50f9fe3c01f7 /src/core/hle/svc.cpp | |
parent | Merge pull request #104 from archshift/removal (diff) | |
parent | core: Prune redundant includes (diff) | |
download | yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.tar yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.tar.gz yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.tar.bz2 yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.tar.lz yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.tar.xz yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.tar.zst yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.zip |
Diffstat (limited to 'src/core/hle/svc.cpp')
-rw-r--r-- | src/core/hle/svc.cpp | 3 |
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" //////////////////////////////////////////////////////////////////////////////////////////////////// |