diff options
| author | 2014-09-10 18:44:08 -0400 | |
|---|---|---|
| committer | 2014-09-10 18:44:08 -0400 | |
| commit | d79fe3ebaadbc19e8ffe5075bad51a9735aafb38 (patch) | |
| tree | 49d8b9dc37a2f9a541aef587c7bb50f9fe3c01f7 /src/core/hle/service/service.cpp | |
| parent | Merge pull request #104 from archshift/removal (diff) | |
| parent | core: Prune redundant includes (diff) | |
| download | yuzu-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/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 |