summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/gsp_gpu.cpp
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2017-05-28 01:31:42 +0200
committerYuri Kunde Schlesner <yuriks@yuriks.net>2017-05-28 01:31:42 +0200
commitae095cfb711fdd91f0fc7652b220e2483371a58d (patch)
tree41fe32074a247d4c9898e5fa540851c753f13677 /src/core/hle/service/gsp_gpu.cpp
parentCommon: Fix some out-of-style includes (diff)
downloadyuzu-ae095cfb711fdd91f0fc7652b220e2483371a58d.tar
yuzu-ae095cfb711fdd91f0fc7652b220e2483371a58d.tar.gz
yuzu-ae095cfb711fdd91f0fc7652b220e2483371a58d.tar.bz2
yuzu-ae095cfb711fdd91f0fc7652b220e2483371a58d.tar.lz
yuzu-ae095cfb711fdd91f0fc7652b220e2483371a58d.tar.xz
yuzu-ae095cfb711fdd91f0fc7652b220e2483371a58d.tar.zst
yuzu-ae095cfb711fdd91f0fc7652b220e2483371a58d.zip
Diffstat (limited to 'src/core/hle/service/gsp_gpu.cpp')
-rw-r--r--src/core/hle/service/gsp_gpu.cpp2
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 @@
#include "core/hle/kernel/event.h"
#include "core/hle/kernel/shared_memory.h"
#include "core/hle/result.h"
+#include "core/hle/service/gsp_gpu.h"
#include "core/hw/gpu.h"
#include "core/hw/hw.h"
#include "core/hw/lcd.h"
#include "core/memory.h"
-#include "gsp_gpu.h"
#include "video_core/debug_utils/debug_utils.h"
#include "video_core/gpu_debugger.h"