summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Lioncash2018-08-24 20:18:57 -0400
committerGravatar Lioncash2018-08-24 20:49:14 -0400
commitc65713832c5e71da57b31e17173fb2d1c3b7f2fd (patch)
treec4cd1cf13729652bbf739d0dc3dcf3e560bf7c06 /src/core
parentdebug_utils: Make BreakpointObserver class' constructor explicit (diff)
downloadyuzu-c65713832c5e71da57b31e17173fb2d1c3b7f2fd.tar.gz
yuzu-c65713832c5e71da57b31e17173fb2d1c3b7f2fd.tar.xz
yuzu-c65713832c5e71da57b31e17173fb2d1c3b7f2fd.zip
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/core')
-rw-r--r--src/core/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 790e23cae..21107c937 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -5,6 +5,7 @@
5#pragma once 5#pragma once
6 6
7#include <array> 7#include <array>
8#include <map>
8#include <memory> 9#include <memory>
9#include <string> 10#include <string>
10#include <thread> 11#include <thread>