diff options
| author | 2015-07-10 16:36:12 -0700 | |
|---|---|---|
| committer | 2015-07-10 16:36:12 -0700 | |
| commit | 867c28ae03b3b2883713896765f3ff76eaf90a19 (patch) | |
| tree | 8ff8cf3ab24d2f167c19217efb8175a8841c0359 /src/video_core/debug_utils | |
| parent | Merge pull request #906 from aroulin/loader-format-specifier-warning (diff) | |
| parent | Core: Cleanup hw includes. (diff) | |
| download | yuzu-867c28ae03b3b2883713896765f3ff76eaf90a19.tar.gz yuzu-867c28ae03b3b2883713896765f3ff76eaf90a19.tar.xz yuzu-867c28ae03b3b2883713896765f3ff76eaf90a19.zip | |
Merge pull request #876 from linkmauve/include-cleanups
Cleanup includes, mostly in common
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 | ||