summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu_debugger.h
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2015-09-11 07:02:11 +0200
committerYuri Kunde Schlesner <yuriks@yuriks.net>2015-09-11 07:02:11 +0200
commit506ab0623811b2a9443bc263ca64d3ac8f8c8356 (patch)
treeb4617c1a7d1d1aa221d762f99aaa581e4c1453f5 /src/video_core/gpu_debugger.h
parentMerge pull request #1130 from lioncash/block (diff)
parentvideo_core: Remove unnecessary includes from headers (diff)
downloadyuzu-506ab0623811b2a9443bc263ca64d3ac8f8c8356.tar
yuzu-506ab0623811b2a9443bc263ca64d3ac8f8c8356.tar.gz
yuzu-506ab0623811b2a9443bc263ca64d3ac8f8c8356.tar.bz2
yuzu-506ab0623811b2a9443bc263ca64d3ac8f8c8356.tar.lz
yuzu-506ab0623811b2a9443bc263ca64d3ac8f8c8356.tar.xz
yuzu-506ab0623811b2a9443bc263ca64d3ac8f8c8356.tar.zst
yuzu-506ab0623811b2a9443bc263ca64d3ac8f8c8356.zip
Diffstat (limited to 'src/video_core/gpu_debugger.h')
-rw-r--r--src/video_core/gpu_debugger.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/video_core/gpu_debugger.h b/src/video_core/gpu_debugger.h
index 48ac269e3..fae5de7d1 100644
--- a/src/video_core/gpu_debugger.h
+++ b/src/video_core/gpu_debugger.h
@@ -10,9 +10,6 @@
#include "core/hle/service/gsp_gpu.h"
-#include "command_processor.h"
-#include "pica.h"
-
class GraphicsDebugger
{
public: