summaryrefslogtreecommitdiff
path: root/src/video_core/dma_pusher.cpp
diff options
context:
space:
mode:
authorGravatar bunnei2019-04-09 19:19:41 -0400
committerGravatar GitHub2019-04-09 19:19:41 -0400
commit2598433f9ca5b1c03d7ed69d8a71a65c2ea0d40f (patch)
tree4a59933e21dc5ea852b7750f1f39f32c100d7068 /src/video_core/dma_pusher.cpp
parentMerge pull request #1957 from DarkLordZach/title-provider (diff)
parentvideo_core/textures/convert: Replace include with a forward declaration (diff)
downloadyuzu-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.cpp1
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
12namespace Tegra { 13namespace Tegra {
13 14