summaryrefslogtreecommitdiff
path: root/src/video_core/debug_utils
diff options
context:
space:
mode:
authorGravatar Lioncash2015-09-11 07:20:02 -0400
committerGravatar Lioncash2015-09-11 07:31:15 -0400
commitaec28ed91eb570c5c7aac31ee6ef302df91ee868 (patch)
treece6b4f5b99132665c448b26e3e3c8db88e568617 /src/video_core/debug_utils
parentMerge pull request #1141 from lioncash/hdr (diff)
downloadyuzu-aec28ed91eb570c5c7aac31ee6ef302df91ee868.tar.gz
yuzu-aec28ed91eb570c5c7aac31ee6ef302df91ee868.tar.xz
yuzu-aec28ed91eb570c5c7aac31ee6ef302df91ee868.zip
video_core: Reorganize headers
Diffstat (limited to 'src/video_core/debug_utils')
-rw-r--r--src/video_core/debug_utils/debug_utils.cpp3
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
37using nihstro::DVLBHeader; 36using nihstro::DVLBHeader;
38using nihstro::DVLEHeader; 37using nihstro::DVLEHeader;