1
Fork 0
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:
Andreas Kling 2020-02-16 02:01:42 +01:00
parent e61cdf5c39
commit 16818322c5
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>