aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/gpu_debugger.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-09-10 23:59:41 -0400
committerLioncash <mathew1800@gmail.com>2015-09-11 00:10:03 -0400
commit1fa772393bfdea75af4d76f82fa324bae3e9ed3c (patch)
treeb4617c1a7d1d1aa221d762f99aaa581e4c1453f5 /src/video_core/gpu_debugger.h
parentabc34ddb88a43ae0f764536b720c58677ca16a48 (diff)
video_core: Remove unnecessary includes from headers
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 48ac269e36..fae5de7d14 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: