mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 22:08:12 +00:00
Kernel: Reduce header dependencies of Process and Thread
This commit is contained in:
parent
e61cdf5c39
commit
16818322c5
5 changed files with 14 additions and 8 deletions
|
@ -49,6 +49,7 @@
|
|||
#include <Kernel/Net/UDPSocket.h>
|
||||
#include <Kernel/PCI/Access.h>
|
||||
#include <Kernel/Profiling.h>
|
||||
#include <Kernel/TTY/TTY.h>
|
||||
#include <Kernel/VM/MemoryManager.h>
|
||||
#include <Kernel/VM/PurgeableVMObject.h>
|
||||
#include <LibBareMetal/Output/Console.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue