aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/client_session.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-01-02 14:24:00 -0500
committerGitHub <noreply@github.com>2019-01-02 14:24:00 -0500
commitc8c8412901dd9e98b7bd12e8f0bb9460e9a06568 (patch)
treef1f8b7ef35d9f55fd1ee64924e1ec0c7198b84e5 /src/core/hle/kernel/client_session.cpp
parentf96bb2520b9a20a2b40088a3f1be99a6e6e719b9 (diff)
parent1f0c8bfedab8d5296702b2c837574c9be7cd066f (diff)
Merge pull request #1970 from lioncash/header
core/kernel: Remove unnecessary inclusions
Diffstat (limited to 'src/core/hle/kernel/client_session.cpp')
-rw-r--r--src/core/hle/kernel/client_session.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/kernel/client_session.cpp b/src/core/hle/kernel/client_session.cpp
index c114eaf99..704e82824 100644
--- a/src/core/hle/kernel/client_session.cpp
+++ b/src/core/hle/kernel/client_session.cpp
@@ -8,6 +8,7 @@
#include "core/hle/kernel/server_session.h"
#include "core/hle/kernel/session.h"
#include "core/hle/kernel/thread.h"
+#include "core/hle/result.h"
namespace Kernel {