summaryrefslogtreecommitdiff
path: root/src/video_core/cdma_pusher.cpp
diff options
context:
space:
mode:
authorGravatar ameerj2022-03-19 00:06:57 -0400
committerGravatar ameerj2022-03-19 15:01:31 -0400
commit1bc7d61b5749ed29108cbbbf0a78a41b79504eff (patch)
tree25b0362101d8f7fc6deeed1bb989d3f33258cee5 /src/video_core/cdma_pusher.cpp
parentcommon: Reduce unused includes (diff)
downloadyuzu-1bc7d61b5749ed29108cbbbf0a78a41b79504eff.tar.gz
yuzu-1bc7d61b5749ed29108cbbbf0a78a41b79504eff.tar.xz
yuzu-1bc7d61b5749ed29108cbbbf0a78a41b79504eff.zip
video_core: Reduce unused includes
Diffstat (limited to 'src/video_core/cdma_pusher.cpp')
-rw-r--r--src/video_core/cdma_pusher.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/cdma_pusher.cpp b/src/video_core/cdma_pusher.cpp
index a8c4b4415..8dd840558 100644
--- a/src/video_core/cdma_pusher.cpp
+++ b/src/video_core/cdma_pusher.cpp
@@ -23,11 +23,9 @@
23#include "command_classes/nvdec.h" 23#include "command_classes/nvdec.h"
24#include "command_classes/vic.h" 24#include "command_classes/vic.h"
25#include "video_core/cdma_pusher.h" 25#include "video_core/cdma_pusher.h"
26#include "video_core/command_classes/nvdec_common.h"
27#include "video_core/command_classes/sync_manager.h" 26#include "video_core/command_classes/sync_manager.h"
28#include "video_core/engines/maxwell_3d.h" 27#include "video_core/engines/maxwell_3d.h"
29#include "video_core/gpu.h" 28#include "video_core/gpu.h"
30#include "video_core/memory_manager.h"
31 29
32namespace Tegra { 30namespace Tegra {
33CDmaPusher::CDmaPusher(GPU& gpu_) 31CDmaPusher::CDmaPusher(GPU& gpu_)