From c65713832c5e71da57b31e17173fb2d1c3b7f2fd Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 24 Aug 2018 20:18:57 -0400 Subject: debug_utils: Remove unused includes Quite a bit of these aren't necessary directly within the debug_utils header and can be removed or included where actually necessary. --- src/yuzu/debugger/graphics/graphics_surface.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/yuzu/debugger/graphics/graphics_surface.cpp') diff --git a/src/yuzu/debugger/graphics/graphics_surface.cpp b/src/yuzu/debugger/graphics/graphics_surface.cpp index e037223c2..2b20cf5b9 100644 --- a/src/yuzu/debugger/graphics/graphics_surface.cpp +++ b/src/yuzu/debugger/graphics/graphics_surface.cpp @@ -11,12 +11,13 @@ #include #include #include +#include "common/vector_math.h" #include "core/core.h" +#include "core/memory.h" #include "video_core/engines/maxwell_3d.h" #include "video_core/gpu.h" #include "video_core/textures/decoders.h" #include "video_core/textures/texture.h" -#include "video_core/utils.h" #include "yuzu/debugger/graphics/graphics_surface.h" #include "yuzu/util/spinbox.h" -- cgit v1.2.3