diff options
| author | 2015-06-21 13:40:28 +0100 | |
|---|---|---|
| committer | 2015-06-28 00:36:54 +0100 | |
| commit | 596b7c4f63e38d275b6a056d6125c0027a1376e7 (patch) | |
| tree | fb0ab64194f7beb8ddeab145db68d27401ea9790 /src/core/hle/kernel/session.h | |
| parent | Common: Cleanup memory and misc includes. (diff) | |
| download | yuzu-596b7c4f63e38d275b6a056d6125c0027a1376e7.tar.gz yuzu-596b7c4f63e38d275b6a056d6125c0027a1376e7.tar.xz yuzu-596b7c4f63e38d275b6a056d6125c0027a1376e7.zip | |
Common: Cleanup key_map includes.
Diffstat (limited to 'src/core/hle/kernel/session.h')
| -rw-r--r-- | src/core/hle/kernel/session.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/hle/kernel/session.h b/src/core/hle/kernel/session.h index 257da9105..adaffcafe 100644 --- a/src/core/hle/kernel/session.h +++ b/src/core/hle/kernel/session.h | |||
| @@ -4,8 +4,14 @@ | |||
| 4 | 4 | ||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include <string> | ||
| 8 | |||
| 9 | #include "common/assert.h" | ||
| 10 | #include "common/common_types.h" | ||
| 11 | |||
| 7 | #include "core/hle/kernel/kernel.h" | 12 | #include "core/hle/kernel/kernel.h" |
| 8 | #include "core/hle/kernel/thread.h" | 13 | #include "core/hle/kernel/thread.h" |
| 14 | #include "core/hle/result.h" | ||
| 9 | #include "core/memory.h" | 15 | #include "core/memory.h" |
| 10 | 16 | ||
| 11 | namespace IPC { | 17 | namespace IPC { |