diff options
| author | 2022-03-19 00:06:57 -0400 | |
|---|---|---|
| committer | 2022-03-19 15:01:31 -0400 | |
| commit | 1bc7d61b5749ed29108cbbbf0a78a41b79504eff (patch) | |
| tree | 25b0362101d8f7fc6deeed1bb989d3f33258cee5 /src/video_core/cdma_pusher.cpp | |
| parent | common: Reduce unused includes (diff) | |
| download | yuzu-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.cpp | 2 |
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 | ||
| 32 | namespace Tegra { | 30 | namespace Tegra { |
| 33 | CDmaPusher::CDmaPusher(GPU& gpu_) | 31 | CDmaPusher::CDmaPusher(GPU& gpu_) |