diff options
| author | Lioncash <mathew1800@gmail.com> | 2018-12-31 18:09:41 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2018-12-31 19:04:16 -0500 |
| commit | 1f0c8bfedab8d5296702b2c837574c9be7cd066f (patch) | |
| tree | f1f8b7ef35d9f55fd1ee64924e1ec0c7198b84e5 /src/core/hle/kernel/client_session.cpp | |
| parent | f96bb2520b9a20a2b40088a3f1be99a6e6e719b9 (diff) | |
core/kernel: Remove unnecessary inclusions
Gets rid of a few unnecessary header dependencies in some source files.
Diffstat (limited to 'src/core/hle/kernel/client_session.cpp')
| -rw-r--r-- | src/core/hle/kernel/client_session.cpp | 1 |
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 { |
