diff options
| author | 2019-04-05 23:59:54 -0400 | |
|---|---|---|
| committer | 2019-04-06 00:03:35 -0400 | |
| commit | fbf452ab0e6b4a82ba749ccfdb3f5c89d48b4aee (patch) | |
| tree | 841a932ace4674b47ab5310daf3b8d0b00caffb4 /src/video_core/dma_pusher.cpp | |
| parent | Merge pull request #2317 from FernandoS27/sync (diff) | |
| download | yuzu-fbf452ab0e6b4a82ba749ccfdb3f5c89d48b4aee.tar.gz yuzu-fbf452ab0e6b4a82ba749ccfdb3f5c89d48b4aee.tar.xz yuzu-fbf452ab0e6b4a82ba749ccfdb3f5c89d48b4aee.zip | |
video_core/texures/texture: Remove unnecessary includes
Nothing in this header relies on common_funcs or the memory manager.
This gets rid of reliance on indirect inclusions in the OpenGL caches.
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 | ||