diff options
| author | 2019-04-09 19:19:41 -0400 | |
|---|---|---|
| committer | 2019-04-09 19:19:41 -0400 | |
| commit | 2598433f9ca5b1c03d7ed69d8a71a65c2ea0d40f (patch) | |
| tree | 4a59933e21dc5ea852b7750f1f39f32c100d7068 /src/video_core/dma_pusher.cpp | |
| parent | Merge pull request #1957 from DarkLordZach/title-provider (diff) | |
| parent | video_core/textures/convert: Replace include with a forward declaration (diff) | |
| download | yuzu-2598433f9ca5b1c03d7ed69d8a71a65c2ea0d40f.tar.gz yuzu-2598433f9ca5b1c03d7ed69d8a71a65c2ea0d40f.tar.xz yuzu-2598433f9ca5b1c03d7ed69d8a71a65c2ea0d40f.zip | |
Merge pull request #2354 from lioncash/header
video_core/texures/texture: Remove unnecessary includes
Diffstat (limited to 'src/video_core/dma_pusher.cpp')
| -rw-r--r-- | src/video_core/dma_pusher.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/dma_pusher.cpp b/src/video_core/dma_pusher.cpp index 8b1bea1ae..046d047cb 100644 --- a/src/video_core/dma_pusher.cpp +++ b/src/video_core/dma_pusher.cpp | |||
| @@ -8,6 +8,7 @@ | |||
| 8 | #include "video_core/dma_pusher.h" | 8 | #include "video_core/dma_pusher.h" |
| 9 | #include "video_core/engines/maxwell_3d.h" | 9 | #include "video_core/engines/maxwell_3d.h" |
| 10 | #include "video_core/gpu.h" | 10 | #include "video_core/gpu.h" |
| 11 | #include "video_core/memory_manager.h" | ||
| 11 | 12 | ||
| 12 | namespace Tegra { | 13 | namespace Tegra { |
| 13 | 14 | ||