From a2304fad16d7a89741241ca8215a21bd02cce5e7 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 31 Jul 2018 08:06:09 -0400 Subject: kernel: Remove unnecessary includes Removes unnecessary direct dependencies in some headers and also gets rid of indirect dependencies that were being relied on to be included. --- src/core/hle/kernel/svc.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/hle/kernel/svc.cpp') diff --git a/src/core/hle/kernel/svc.cpp b/src/core/hle/kernel/svc.cpp index 0b439401a..4c9d44c9d 100644 --- a/src/core/hle/kernel/svc.cpp +++ b/src/core/hle/kernel/svc.cpp @@ -5,7 +5,10 @@ #include #include #include +#include +#include +#include "common/assert.h" #include "common/logging/log.h" #include "common/microprofile.h" #include "common/string_util.h" -- cgit v1.2.3