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_breakpoints.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/yuzu/debugger/graphics/graphics_breakpoints.cpp') diff --git a/src/yuzu/debugger/graphics/graphics_breakpoints.cpp b/src/yuzu/debugger/graphics/graphics_breakpoints.cpp index eb16a38a0..fe682b3b8 100644 --- a/src/yuzu/debugger/graphics/graphics_breakpoints.cpp +++ b/src/yuzu/debugger/graphics/graphics_breakpoints.cpp @@ -2,6 +2,7 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. +#include #include #include #include -- cgit v1.2.3