diff options
| author | 2017-05-27 16:31:42 -0700 | |
|---|---|---|
| committer | 2017-05-27 16:31:42 -0700 | |
| commit | ae095cfb711fdd91f0fc7652b220e2483371a58d (patch) | |
| tree | 41fe32074a247d4c9898e5fa540851c753f13677 /src/core/hle | |
| parent | Common: Fix some out-of-style includes (diff) | |
| download | yuzu-ae095cfb711fdd91f0fc7652b220e2483371a58d.tar.gz yuzu-ae095cfb711fdd91f0fc7652b220e2483371a58d.tar.xz yuzu-ae095cfb711fdd91f0fc7652b220e2483371a58d.zip | |
Core: Fix some out-of-style includes
Diffstat (limited to 'src/core/hle')
| -rw-r--r-- | src/core/hle/service/gsp_gpu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/gsp_gpu.cpp b/src/core/hle/service/gsp_gpu.cpp index 46c4ed01a..94f6b8a9c 100644 --- a/src/core/hle/service/gsp_gpu.cpp +++ b/src/core/hle/service/gsp_gpu.cpp | |||
| @@ -8,11 +8,11 @@ | |||
| 8 | #include "core/hle/kernel/event.h" | 8 | #include "core/hle/kernel/event.h" |
| 9 | #include "core/hle/kernel/shared_memory.h" | 9 | #include "core/hle/kernel/shared_memory.h" |
| 10 | #include "core/hle/result.h" | 10 | #include "core/hle/result.h" |
| 11 | #include "core/hle/service/gsp_gpu.h" | ||
| 11 | #include "core/hw/gpu.h" | 12 | #include "core/hw/gpu.h" |
| 12 | #include "core/hw/hw.h" | 13 | #include "core/hw/hw.h" |
| 13 | #include "core/hw/lcd.h" | 14 | #include "core/hw/lcd.h" |
| 14 | #include "core/memory.h" | 15 | #include "core/memory.h" |
| 15 | #include "gsp_gpu.h" | ||
| 16 | #include "video_core/debug_utils/debug_utils.h" | 16 | #include "video_core/debug_utils/debug_utils.h" |
| 17 | #include "video_core/gpu_debugger.h" | 17 | #include "video_core/gpu_debugger.h" |
| 18 | 18 | ||