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/gdbstub/gdbstub.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/gdbstub/gdbstub.cpp')
| -rw-r--r-- | src/core/gdbstub/gdbstub.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/gdbstub/gdbstub.cpp b/src/core/gdbstub/gdbstub.cpp index 5ca573652..75f6b8235 100644 --- a/src/core/gdbstub/gdbstub.cpp +++ b/src/core/gdbstub/gdbstub.cpp | |||
| @@ -37,7 +37,6 @@ | |||
| 37 | #include "core/core.h" | 37 | #include "core/core.h" |
| 38 | #include "core/core_cpu.h" | 38 | #include "core/core_cpu.h" |
| 39 | #include "core/gdbstub/gdbstub.h" | 39 | #include "core/gdbstub/gdbstub.h" |
| 40 | #include "core/hle/kernel/kernel.h" | ||
| 41 | #include "core/hle/kernel/scheduler.h" | 40 | #include "core/hle/kernel/scheduler.h" |
| 42 | #include "core/loader/loader.h" | 41 | #include "core/loader/loader.h" |
| 43 | #include "core/memory.h" | 42 | #include "core/memory.h" |