diff options
| author | 2015-09-11 18:17:02 -0300 | |
|---|---|---|
| committer | 2015-09-11 18:17:02 -0300 | |
| commit | ece0f050a98cfe97aa205f1f908226ee6813a52d (patch) | |
| tree | c3f751133daa8a941e97575e0bc963783ebd8b11 /src/video_core/debug_utils | |
| parent | Merge pull request #1144 from lioncash/remove (diff) | |
| parent | video_core: Reorganize headers (diff) | |
| download | yuzu-ece0f050a98cfe97aa205f1f908226ee6813a52d.tar.gz yuzu-ece0f050a98cfe97aa205f1f908226ee6813a52d.tar.xz yuzu-ece0f050a98cfe97aa205f1f908226ee6813a52d.zip | |
Merge pull request #1143 from lioncash/vcore-hdr
video_core: Reorganize headers
Diffstat (limited to 'src/video_core/debug_utils')
| -rw-r--r-- | src/video_core/debug_utils/debug_utils.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/video_core/debug_utils/debug_utils.cpp b/src/video_core/debug_utils/debug_utils.cpp index 9a61e700b..77a4fe272 100644 --- a/src/video_core/debug_utils/debug_utils.cpp +++ b/src/video_core/debug_utils/debug_utils.cpp | |||
| @@ -31,8 +31,7 @@ | |||
| 31 | #include "video_core/renderer_base.h" | 31 | #include "video_core/renderer_base.h" |
| 32 | #include "video_core/utils.h" | 32 | #include "video_core/utils.h" |
| 33 | #include "video_core/video_core.h" | 33 | #include "video_core/video_core.h" |
| 34 | 34 | #include "video_core/debug_utils/debug_utils.h" | |
| 35 | #include "debug_utils.h" | ||
| 36 | 35 | ||
| 37 | using nihstro::DVLBHeader; | 36 | using nihstro::DVLBHeader; |
| 38 | using nihstro::DVLEHeader; | 37 | using nihstro::DVLEHeader; |