1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:37:35 +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

@ -45,6 +45,7 @@ class KBuffer;
class KResult;
class LocalSocket;
class PageDirectory;
class PerformanceEventBuffer;
class PhysicalPage;
class PhysicalRegion;
class Process;
@ -57,6 +58,7 @@ class Scheduler;
class SharedBuffer;
class Socket;
class TCPSocket;
class TTY;
class Thread;
class UDPSocket;
class VMObject;