diff options
| author | 2018-08-01 22:40:00 -0400 | |
|---|---|---|
| committer | 2018-08-01 23:34:42 -0400 | |
| commit | bf45092c616987a3b58b7a859811938f885aa4d1 (patch) | |
| tree | 805c60b2692d6a700bea69e5181f9010065134f8 /src/core/core_cpu.cpp | |
| parent | Merge pull request #888 from lioncash/caps (diff) | |
| download | yuzu-bf45092c616987a3b58b7a859811938f885aa4d1.tar.gz yuzu-bf45092c616987a3b58b7a859811938f885aa4d1.tar.xz yuzu-bf45092c616987a3b58b7a859811938f885aa4d1.zip | |
kernel: Move object class to its own source files
General moving to keep kernel object types separate from the direct
kernel code. Also essentially a preliminary cleanup before eliminating
global kernel state in the kernel code.
Diffstat (limited to 'src/core/core_cpu.cpp')
| -rw-r--r-- | src/core/core_cpu.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/core_cpu.cpp b/src/core/core_cpu.cpp index 54e15a701..46a522fcd 100644 --- a/src/core/core_cpu.cpp +++ b/src/core/core_cpu.cpp | |||
| @@ -12,7 +12,6 @@ | |||
| 12 | #include "core/arm/unicorn/arm_unicorn.h" | 12 | #include "core/arm/unicorn/arm_unicorn.h" |
| 13 | #include "core/core_cpu.h" | 13 | #include "core/core_cpu.h" |
| 14 | #include "core/core_timing.h" | 14 | #include "core/core_timing.h" |
| 15 | #include "core/hle/kernel/kernel.h" | ||
| 16 | #include "core/hle/kernel/scheduler.h" | 15 | #include "core/hle/kernel/scheduler.h" |
| 17 | #include "core/hle/kernel/thread.h" | 16 | #include "core/hle/kernel/thread.h" |
| 18 | #include "core/settings.h" | 17 | #include "core/settings.h" |