diff options
author | Lioncash <mathew1800@gmail.com> | 2015-09-10 23:59:41 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2015-09-11 00:10:03 -0400 |
commit | 1fa772393bfdea75af4d76f82fa324bae3e9ed3c (patch) | |
tree | b4617c1a7d1d1aa221d762f99aaa581e4c1453f5 /src/video_core/gpu_debugger.h | |
parent | abc34ddb88a43ae0f764536b720c58677ca16a48 (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.h | 3 |
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: |