diff options
| author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2015-09-11 18:17:02 -0300 |
|---|---|---|
| committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2015-09-11 18:17:02 -0300 |
| commit | ece0f050a98cfe97aa205f1f908226ee6813a52d (patch) | |
| tree | c3f751133daa8a941e97575e0bc963783ebd8b11 /src/video_core/debug_utils/debug_utils.cpp | |
| parent | ef622a07ffc95a1cd3229556244a0fa887cf2e6f (diff) | |
| parent | aec28ed91eb570c5c7aac31ee6ef302df91ee868 (diff) | |
Merge pull request #1143 from lioncash/vcore-hdr
video_core: Reorganize headers
Diffstat (limited to 'src/video_core/debug_utils/debug_utils.cpp')
| -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 @@ #include "video_core/renderer_base.h" #include "video_core/utils.h" #include "video_core/video_core.h" - -#include "debug_utils.h" +#include "video_core/debug_utils/debug_utils.h" using nihstro::DVLBHeader; using nihstro::DVLEHeader; |
