summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/kernel.cpp
diff options
context:
space:
mode:
authorGravatar archshift2014-09-08 17:52:00 -0700
committerGravatar archshift2014-09-08 17:54:14 -0700
commit6e606c515f56b456a8031b235fd4f8d8453483a4 (patch)
tree1e603b1ed4c0c65db72dc74b7142c622df41d069 /src/core/hle/kernel/kernel.cpp
parentcommon: Prune all redundant includes (diff)
downloadyuzu-6e606c515f56b456a8031b235fd4f8d8453483a4.tar.gz
yuzu-6e606c515f56b456a8031b235fd4f8d8453483a4.tar.xz
yuzu-6e606c515f56b456a8031b235fd4f8d8453483a4.zip
core: Prune redundant includes
Diffstat (limited to 'src/core/hle/kernel/kernel.cpp')
-rw-r--r--src/core/hle/kernel/kernel.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/kernel/kernel.cpp b/src/core/hle/kernel/kernel.cpp
index a4a258875..e56f1879e 100644
--- a/src/core/hle/kernel/kernel.cpp
+++ b/src/core/hle/kernel/kernel.cpp
@@ -2,8 +2,6 @@
2// Licensed under GPLv2 2// Licensed under GPLv2
3// Refer to the license.txt file included. 3// Refer to the license.txt file included.
4 4
5#include <string.h>
6
7#include "common/common.h" 5#include "common/common.h"
8 6
9#include "core/core.h" 7#include "core/core.h"