aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/client_session.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2017-05-31 19:46:15 -0400
committerGitHub <noreply@github.com>2017-05-31 19:46:15 -0400
commitaf1ff4d3ce4a97e6f98e9b8b55da017b77cfcb0e (patch)
tree690988495a40708deae96f057db79d68704acb02 /src/core/hle/kernel/client_session.h
parent54ea95cca74f76777aa156f6d750c9d1ba5b6f11 (diff)
parentbe031989ee9384786fb9ed380dab9a260ad69fd5 (diff)
Merge pull request #2739 from yuriks/kernel-reorg
Split-up kernel.h
Diffstat (limited to 'src/core/hle/kernel/client_session.h')
-rw-r--r--src/core/hle/kernel/client_session.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/hle/kernel/client_session.h b/src/core/hle/kernel/client_session.h
index 9f3adb72b..2de379c09 100644
--- a/src/core/hle/kernel/client_session.h
+++ b/src/core/hle/kernel/client_session.h
@@ -6,10 +6,9 @@
#include <memory>
#include <string>
-
#include "common/common_types.h"
-
#include "core/hle/kernel/kernel.h"
+#include "core/hle/result.h"
namespace Kernel {