diff options
| author | 2019-06-24 02:15:57 -0300 | |
|---|---|---|
| committer | 2019-06-24 02:15:57 -0300 | |
| commit | 7565389700a5741460a118d1fcc5e14fccb4b413 (patch) | |
| tree | 9f9f191bfc216299b3d31ffaf5fe50f8afc4ec95 /src | |
| parent | gl_texture_cache: Explicitly add indirect include (diff) | |
| download | yuzu-7565389700a5741460a118d1fcc5e14fccb4b413.tar.gz yuzu-7565389700a5741460a118d1fcc5e14fccb4b413.tar.xz yuzu-7565389700a5741460a118d1fcc5e14fccb4b413.zip | |
texture_cache: Include "core/core.h"
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/texture_cache/texture_cache.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/video_core/texture_cache/texture_cache.h b/src/video_core/texture_cache/texture_cache.h index b720856f2..a91b2a220 100644 --- a/src/video_core/texture_cache/texture_cache.h +++ b/src/video_core/texture_cache/texture_cache.h | |||
| @@ -17,6 +17,7 @@ | |||
| 17 | #include "common/assert.h" | 17 | #include "common/assert.h" |
| 18 | #include "common/common_types.h" | 18 | #include "common/common_types.h" |
| 19 | #include "common/math_util.h" | 19 | #include "common/math_util.h" |
| 20 | #include "core/core.h" | ||
| 20 | #include "core/memory.h" | 21 | #include "core/memory.h" |
| 21 | #include "core/settings.h" | 22 | #include "core/settings.h" |
| 22 | #include "video_core/engines/fermi_2d.h" | 23 | #include "video_core/engines/fermi_2d.h" |
| @@ -30,10 +31,6 @@ | |||
| 30 | #include "video_core/texture_cache/surface_params.h" | 31 | #include "video_core/texture_cache/surface_params.h" |
| 31 | #include "video_core/texture_cache/surface_view.h" | 32 | #include "video_core/texture_cache/surface_view.h" |
| 32 | 33 | ||
| 33 | namespace Core { | ||
| 34 | class System; | ||
| 35 | } | ||
| 36 | |||
| 37 | namespace Tegra::Texture { | 34 | namespace Tegra::Texture { |
| 38 | struct FullTextureInfo; | 35 | struct FullTextureInfo; |
| 39 | } | 36 | } |