diff options
| author | 2016-02-02 01:17:41 -0500 | |
|---|---|---|
| committer | 2016-02-02 01:40:23 -0500 | |
| commit | 0937bed8d8d7102bf9bd5afa1192736eb03de021 (patch) | |
| tree | 6b978948b52b218b6c8b74793caca50a62200f34 /src/core/hle/service/srv.cpp | |
| parent | services: Update function tables (diff) | |
| download | yuzu-0937bed8d8d7102bf9bd5afa1192736eb03de021.tar.gz yuzu-0937bed8d8d7102bf9bd5afa1192736eb03de021.tar.xz yuzu-0937bed8d8d7102bf9bd5afa1192736eb03de021.zip | |
services: Get rid of unnecessary includes
Diffstat (limited to 'src/core/hle/service/srv.cpp')
| -rw-r--r-- | src/core/hle/service/srv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/srv.cpp b/src/core/hle/service/srv.cpp index 3b8c7c0e4..41fc3437b 100644 --- a/src/core/hle/service/srv.cpp +++ b/src/core/hle/service/srv.cpp | |||
| @@ -2,9 +2,9 @@ | |||
| 2 | // Licensed under GPLv2 or any later version | 2 | // Licensed under GPLv2 or any later version |
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #include "common/common_types.h" | ||
| 5 | #include "common/logging/log.h" | 6 | #include "common/logging/log.h" |
| 6 | 7 | ||
| 7 | #include "core/hle/hle.h" | ||
| 8 | #include "core/hle/service/srv.h" | 8 | #include "core/hle/service/srv.h" |
| 9 | #include "core/hle/kernel/event.h" | 9 | #include "core/hle/kernel/event.h" |
| 10 | 10 | ||