diff options
| author | 2018-08-03 00:28:43 -0400 | |
|---|---|---|
| committer | 2018-08-03 00:28:43 -0400 | |
| commit | 4c3c608d59b8c8d8a9bbccc1b55efcab346e650f (patch) | |
| tree | 90f6325f37efcb09c79cfa2f84eb82157d4592a7 /src/core/core_cpu.cpp | |
| parent | Merge pull request #904 from lioncash/static (diff) | |
| parent | kernel: Move object class to its own source files (diff) | |
| download | yuzu-4c3c608d59b8c8d8a9bbccc1b55efcab346e650f.tar.gz yuzu-4c3c608d59b8c8d8a9bbccc1b55efcab346e650f.tar.xz yuzu-4c3c608d59b8c8d8a9bbccc1b55efcab346e650f.zip | |
Merge pull request #894 from lioncash/object
kernel: Move object class to its own source files
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" |