diff options
| author | 2014-09-08 17:52:00 -0700 | |
|---|---|---|
| committer | 2014-09-08 17:54:14 -0700 | |
| commit | 6e606c515f56b456a8031b235fd4f8d8453483a4 (patch) | |
| tree | 1e603b1ed4c0c65db72dc74b7142c622df41d069 /src/core/hle/service/service.cpp | |
| parent | common: Prune all redundant includes (diff) | |
| download | yuzu-6e606c515f56b456a8031b235fd4f8d8453483a4.tar.gz yuzu-6e606c515f56b456a8031b235fd4f8d8453483a4.tar.xz yuzu-6e606c515f56b456a8031b235fd4f8d8453483a4.zip | |
core: Prune redundant includes
Diffstat (limited to 'src/core/hle/service/service.cpp')
| -rw-r--r-- | src/core/hle/service/service.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/hle/service/service.cpp b/src/core/hle/service/service.cpp index 00ac1c9c6..9eb1726aa 100644 --- a/src/core/hle/service/service.cpp +++ b/src/core/hle/service/service.cpp | |||
| @@ -3,11 +3,8 @@ | |||
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #include "common/common.h" | 5 | #include "common/common.h" |
| 6 | #include "common/log.h" | ||
| 7 | #include "common/string_util.h" | 6 | #include "common/string_util.h" |
| 8 | 7 | ||
| 9 | #include "core/hle/hle.h" | ||
| 10 | |||
| 11 | #include "core/hle/service/service.h" | 8 | #include "core/hle/service/service.h" |
| 12 | #include "core/hle/service/apt.h" | 9 | #include "core/hle/service/apt.h" |
| 13 | #include "core/hle/service/fs.h" | 10 | #include "core/hle/service/fs.h" |
| @@ -16,8 +13,6 @@ | |||
| 16 | #include "core/hle/service/ndm.h" | 13 | #include "core/hle/service/ndm.h" |
| 17 | #include "core/hle/service/srv.h" | 14 | #include "core/hle/service/srv.h" |
| 18 | 15 | ||
| 19 | #include "core/hle/kernel/kernel.h" | ||
| 20 | |||
| 21 | namespace Service { | 16 | namespace Service { |
| 22 | 17 | ||
| 23 | Manager* g_manager = nullptr; ///< Service manager | 18 | Manager* g_manager = nullptr; ///< Service manager |