diff options
| author | 2015-06-21 15:44:11 +0100 | |
|---|---|---|
| committer | 2015-06-28 00:36:54 +0100 | |
| commit | e5fcabdd698b7c5e8fe8c0903ed2b3babcb75a17 (patch) | |
| tree | 7439b5ad9e4ce95624feb54e35ccab3b6a8a772e /src/core/hle/kernel/process.h | |
| parent | Core: Cleanup core includes. (diff) | |
| download | yuzu-e5fcabdd698b7c5e8fe8c0903ed2b3babcb75a17.tar.gz yuzu-e5fcabdd698b7c5e8fe8c0903ed2b3babcb75a17.tar.xz yuzu-e5fcabdd698b7c5e8fe8c0903ed2b3babcb75a17.zip | |
Core: Cleanup file_sys includes.
Diffstat (limited to 'src/core/hle/kernel/process.h')
| -rw-r--r-- | src/core/hle/kernel/process.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/hle/kernel/process.h b/src/core/hle/kernel/process.h index 7b8a68610..674f5093a 100644 --- a/src/core/hle/kernel/process.h +++ b/src/core/hle/kernel/process.h | |||
| @@ -5,6 +5,8 @@ | |||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include <bitset> | 7 | #include <bitset> |
| 8 | #include <cstddef> | ||
| 9 | #include <string> | ||
| 8 | 10 | ||
| 9 | #include <boost/container/static_vector.hpp> | 11 | #include <boost/container/static_vector.hpp> |
| 10 | 12 | ||
| @@ -12,7 +14,6 @@ | |||
| 12 | #include "common/common_types.h" | 14 | #include "common/common_types.h" |
| 13 | 15 | ||
| 14 | #include "core/hle/kernel/kernel.h" | 16 | #include "core/hle/kernel/kernel.h" |
| 15 | #include "core/hle/result.h" | ||
| 16 | 17 | ||
| 17 | namespace Kernel { | 18 | namespace Kernel { |
| 18 | 19 | ||