aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/debug_utils/debug_utils.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-24 20:18:57 -0400
committerLioncash <mathew1800@gmail.com>2018-08-24 20:49:14 -0400
commitc65713832c5e71da57b31e17173fb2d1c3b7f2fd (patch)
treec4cd1cf13729652bbf739d0dc3dcf3e560bf7c06 /src/video_core/debug_utils/debug_utils.h
parent1e6a209649909a5cfa599aef3a1971cb34f5e27d (diff)
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.
Diffstat (limited to 'src/video_core/debug_utils/debug_utils.h')
-rw-r--r--src/video_core/debug_utils/debug_utils.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/video_core/debug_utils/debug_utils.h b/src/video_core/debug_utils/debug_utils.h
index 427ca154c..c235faf46 100644
--- a/src/video_core/debug_utils/debug_utils.h
+++ b/src/video_core/debug_utils/debug_utils.h
@@ -4,19 +4,11 @@
#pragma once
-#include <algorithm>
#include <array>
#include <condition_variable>
-#include <iterator>
#include <list>
-#include <map>
#include <memory>
#include <mutex>
-#include <string>
-#include <utility>
-#include <vector>
-#include "common/common_types.h"
-#include "common/vector_math.h"
namespace Tegra {