diff options
| author | 2015-09-11 02:02:11 -0300 | |
|---|---|---|
| committer | 2015-09-11 02:02:11 -0300 | |
| commit | 506ab0623811b2a9443bc263ca64d3ac8f8c8356 (patch) | |
| tree | b4617c1a7d1d1aa221d762f99aaa581e4c1453f5 /src/video_core/gpu_debugger.h | |
| parent | Merge pull request #1130 from lioncash/block (diff) | |
| parent | video_core: Remove unnecessary includes from headers (diff) | |
| download | yuzu-506ab0623811b2a9443bc263ca64d3ac8f8c8356.tar.gz yuzu-506ab0623811b2a9443bc263ca64d3ac8f8c8356.tar.xz yuzu-506ab0623811b2a9443bc263ca64d3ac8f8c8356.zip | |
Merge pull request #1141 from lioncash/hdr
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 48ac269e3..fae5de7d1 100644 --- a/src/video_core/gpu_debugger.h +++ b/src/video_core/gpu_debugger.h | |||
| @@ -10,9 +10,6 @@ | |||
| 10 | 10 | ||
| 11 | #include "core/hle/service/gsp_gpu.h" | 11 | #include "core/hle/service/gsp_gpu.h" |
| 12 | 12 | ||
| 13 | #include "command_processor.h" | ||
| 14 | #include "pica.h" | ||
| 15 | |||
| 16 | class GraphicsDebugger | 13 | class GraphicsDebugger |
| 17 | { | 14 | { |
| 18 | public: | 15 | public: |