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/video_core/debug_utils/debug_utils.cpp | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/video_core/debug_utils/debug_utils.cpp') diff --git a/src/video_core/debug_utils/debug_utils.cpp b/src/video_core/debug_utils/debug_utils.cpp index 22d44aab2..5ffb492ea 100644 --- a/src/video_core/debug_utils/debug_utils.cpp +++ b/src/video_core/debug_utils/debug_utils.cpp @@ -2,23 +2,8 @@ // Licensed under GPLv2 // Refer to the license.txt file included. -#include -#include -#include -#include -#include -#include #include -#include -#include "common/assert.h" -#include "common/bit_field.h" -#include "common/color.h" -#include "common/common_types.h" -#include "common/file_util.h" -#include "common/logging/log.h" -#include "common/math_util.h" -#include "common/vector_math.h" #include "video_core/debug_utils/debug_utils.h" namespace Tegra { -- cgit v1.2.3