From fbf452ab0e6b4a82ba749ccfdb3f5c89d48b4aee Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 5 Apr 2019 23:59:54 -0400 Subject: 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. --- src/video_core/dma_pusher.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/video_core/dma_pusher.cpp') 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 @@ #include "video_core/dma_pusher.h" #include "video_core/engines/maxwell_3d.h" #include "video_core/gpu.h" +#include "video_core/memory_manager.h" namespace Tegra { -- cgit v1.2.3