diff options
| author | 2015-06-21 14:58:59 +0100 | |
|---|---|---|
| committer | 2015-06-28 00:36:54 +0100 | |
| commit | 45c4781544624c85a8178c6ee445cfe6a4751910 (patch) | |
| tree | 7436de6c4df4443eaa9ddac821550310a961a92b /src/video_core/debug_utils | |
| parent | Common: Cleanup emu_window includes. (diff) | |
| download | yuzu-45c4781544624c85a8178c6ee445cfe6a4751910.tar.gz yuzu-45c4781544624c85a8178c6ee445cfe6a4751910.tar.xz yuzu-45c4781544624c85a8178c6ee445cfe6a4751910.zip | |
CitraQt: Cleanup includes.
Diffstat (limited to 'src/video_core/debug_utils')
| -rw-r--r-- | src/video_core/debug_utils/debug_utils.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/debug_utils/debug_utils.cpp b/src/video_core/debug_utils/debug_utils.cpp index 7b8ab72b6..d24c0f11e 100644 --- a/src/video_core/debug_utils/debug_utils.cpp +++ b/src/video_core/debug_utils/debug_utils.cpp | |||
| @@ -23,6 +23,7 @@ | |||
| 23 | #include "common/vector_math.h" | 23 | #include "common/vector_math.h" |
| 24 | 24 | ||
| 25 | #include "video_core/pica.h" | 25 | #include "video_core/pica.h" |
| 26 | #include "video_core/renderer_base.h" | ||
| 26 | #include "video_core/utils.h" | 27 | #include "video_core/utils.h" |
| 27 | #include "video_core/video_core.h" | 28 | #include "video_core/video_core.h" |
| 28 | 29 | ||