Kernel: Reduce header dependencies of Process and Thread

This commit is contained in:
Andreas Kling 2020-02-16 02:01:42 +01:00
commit 16818322c5
Notes: sideshowbarker 2024-07-19 09:17:20 +09:00
5 changed files with 14 additions and 8 deletions

View file

@ -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>