diff options
| author | 2017-06-06 01:29:46 -0700 | |
|---|---|---|
| committer | 2017-06-06 02:57:23 -0700 | |
| commit | d96a9e0c11d653a88bfee53e7ff11c4ba7a159a7 (patch) | |
| tree | 3219885089d1d9c4aa56c98d5f00206b19832305 /src/core/hle/service/nim | |
| parent | Service: Make service registration part of the sm implementation (diff) | |
| download | yuzu-d96a9e0c11d653a88bfee53e7ff11c4ba7a159a7.tar.gz yuzu-d96a9e0c11d653a88bfee53e7ff11c4ba7a159a7.tar.xz yuzu-d96a9e0c11d653a88bfee53e7ff11c4ba7a159a7.zip | |
Service: Remove unnecessary includes from service.h
This has a huge fallout in terms of needing to fix other files because
all service implementations included that file.
Diffstat (limited to 'src/core/hle/service/nim')
| -rw-r--r-- | src/core/hle/service/nim/nim.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/nim/nim.cpp b/src/core/hle/service/nim/nim.cpp index 63c334cb2..d5624fe54 100644 --- a/src/core/hle/service/nim/nim.cpp +++ b/src/core/hle/service/nim/nim.cpp | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | #include "common/common_types.h" | 5 | #include "common/common_types.h" |
| 6 | #include "common/logging/log.h" | 6 | #include "common/logging/log.h" |
| 7 | #include "core/hle/ipc.h" | ||
| 7 | #include "core/hle/service/nim/nim.h" | 8 | #include "core/hle/service/nim/nim.h" |
| 8 | #include "core/hle/service/nim/nim_aoc.h" | 9 | #include "core/hle/service/nim/nim_aoc.h" |
| 9 | #include "core/hle/service/nim/nim_s.h" | 10 | #include "core/hle/service/nim/nim_s.h" |