mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 20:16:02 +00:00
Kernel: Move task-crash related code to the Tasks subdirectory
This commit is contained in:
parent
ee0ccdaebe
commit
f1cbfc5a6e
Notes:
sideshowbarker
2024-07-17 04:21:32 +09:00
Author: https://github.com/supercomputer7
Commit: f1cbfc5a6e
Pull-request: https://github.com/SerenityOS/serenity/pull/17604
Reviewed-by: https://github.com/gmta ✅
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
7 changed files with 6 additions and 6 deletions
|
@ -4,8 +4,8 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include <Kernel/Coredump.h>
|
||||
#include <Kernel/PerformanceManager.h>
|
||||
#include <Kernel/Tasks/Coredump.h>
|
||||
#include <Kernel/Tasks/Process.h>
|
||||
#include <Kernel/Tasks/Scheduler.h>
|
||||
#include <Kernel/Time/TimeManagement.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue