1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 06:18:12 +00:00

Kernel: Split the DevPtsFS files into smaller components

This commit is contained in:
Liav A 2022-10-24 10:38:41 +03:00 committed by Andrew Kaster
parent 3fc52a6d1c
commit fca3b7f1f9
7 changed files with 110 additions and 81 deletions

View file

@ -6,7 +6,6 @@
#include <AK/Singleton.h>
#include <Kernel/Debug.h>
#include <Kernel/FileSystem/DevPtsFS.h>
#include <Kernel/Process.h>
#include <Kernel/TTY/MasterPTY.h>
#include <Kernel/TTY/SlavePTY.h>