From 1f0c8bfedab8d5296702b2c837574c9be7cd066f Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 31 Dec 2018 18:09:41 -0500 Subject: core/kernel: Remove unnecessary inclusions Gets rid of a few unnecessary header dependencies in some source files. --- src/core/hle/kernel/client_session.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/hle/kernel/client_session.h') diff --git a/src/core/hle/kernel/client_session.h b/src/core/hle/kernel/client_session.h index 439fbdb35..4c18de69c 100644 --- a/src/core/hle/kernel/client_session.h +++ b/src/core/hle/kernel/client_session.h @@ -6,9 +6,9 @@ #include #include -#include "common/common_types.h" #include "core/hle/kernel/object.h" -#include "core/hle/result.h" + +union ResultCode; namespace Kernel { -- cgit v1.2.3