mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
Kernel: Remove ThreadTracer.h include from Process.h / Thread.h
This isn't needed for Process / Thread as they only reference it by pointer and it's already part of Kernel/Forward.h. So just include it where the implementation needs to call it.
This commit is contained in:
parent
44e992429f
commit
0fc853f5ba
Notes:
sideshowbarker
2024-07-18 07:40:19 +09:00
Author: https://github.com/bgianfo
Commit: 0fc853f5ba
Pull-request: https://github.com/SerenityOS/serenity/pull/9120
Reviewed-by: https://github.com/AtkinsSJ ✅
5 changed files with 3 additions and 2 deletions
|
@ -31,6 +31,7 @@
|
|||
#include <Kernel/StdLib.h>
|
||||
#include <Kernel/TTY/TTY.h>
|
||||
#include <Kernel/Thread.h>
|
||||
#include <Kernel/ThreadTracer.h>
|
||||
#include <Kernel/VM/AnonymousVMObject.h>
|
||||
#include <Kernel/VM/PageDirectory.h>
|
||||
#include <Kernel/VM/SharedInodeVMObject.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue