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/dma_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/dma_pusher.cpp')
| -rw-r--r-- | src/video_core/dma_pusher.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/dma_pusher.cpp b/src/video_core/dma_pusher.cpp index 8d28bd884..0b51e402a 100644 --- a/src/video_core/dma_pusher.cpp +++ b/src/video_core/dma_pusher.cpp | |||
| @@ -6,7 +6,6 @@ | |||
| 6 | #include "common/microprofile.h" | 6 | #include "common/microprofile.h" |
| 7 | #include "common/settings.h" | 7 | #include "common/settings.h" |
| 8 | #include "core/core.h" | 8 | #include "core/core.h" |
| 9 | #include "core/memory.h" | ||
| 10 | #include "video_core/dma_pusher.h" | 9 | #include "video_core/dma_pusher.h" |
| 11 | #include "video_core/engines/maxwell_3d.h" | 10 | #include "video_core/engines/maxwell_3d.h" |
| 12 | #include "video_core/gpu.h" | 11 | #include "video_core/gpu.h" |