diff options
| author | bunnei <bunneidev@gmail.com> | 2019-01-02 14:24:00 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-02 14:24:00 -0500 |
| commit | c8c8412901dd9e98b7bd12e8f0bb9460e9a06568 (patch) | |
| tree | f1f8b7ef35d9f55fd1ee64924e1ec0c7198b84e5 /src/core/hle/kernel/client_session.h | |
| parent | f96bb2520b9a20a2b40088a3f1be99a6e6e719b9 (diff) | |
| parent | 1f0c8bfedab8d5296702b2c837574c9be7cd066f (diff) | |
Merge pull request #1970 from lioncash/header
core/kernel: Remove unnecessary inclusions
Diffstat (limited to 'src/core/hle/kernel/client_session.h')
| -rw-r--r-- | src/core/hle/kernel/client_session.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <memory> #include <string> -#include "common/common_types.h" #include "core/hle/kernel/object.h" -#include "core/hle/result.h" + +union ResultCode; namespace Kernel { |
