diff options
| author | Lioncash <mathew1800@gmail.com> | 2016-02-02 01:17:41 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2016-02-02 01:40:23 -0500 |
| commit | 0937bed8d8d7102bf9bd5afa1192736eb03de021 (patch) | |
| tree | 6b978948b52b218b6c8b74793caca50a62200f34 /src/core/hle/service/y2r_u.cpp | |
| parent | 5e5bb0c32e155131585baad82b7a1d52551488cb (diff) | |
services: Get rid of unnecessary includes
Diffstat (limited to 'src/core/hle/service/y2r_u.cpp')
| -rw-r--r-- | src/core/hle/service/y2r_u.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/y2r_u.cpp b/src/core/hle/service/y2r_u.cpp index 69d0bf4a3..bbead9344 100644 --- a/src/core/hle/service/y2r_u.cpp +++ b/src/core/hle/service/y2r_u.cpp @@ -4,15 +4,15 @@ #include <cstring> +#include "common/common_types.h" #include "common/logging/log.h" -#include "core/hle/hle.h" #include "core/hle/kernel/event.h" +#include "core/hle/kernel/kernel.h" #include "core/hle/service/y2r_u.h" #include "core/hw/y2r.h" #include "video_core/renderer_base.h" -#include "video_core/utils.h" #include "video_core/video_core.h" //////////////////////////////////////////////////////////////////////////////////////////////////// |
