mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:48:11 +00:00
Kernel: Move TTY-related files into Kernel/TTY/.
This commit is contained in:
parent
f9864940eb
commit
9fca94269e
17 changed files with 16 additions and 16 deletions
|
@ -5,8 +5,8 @@
|
|||
#include "UnixTypes.h"
|
||||
#include <AK/BufferStream.h>
|
||||
#include "FIFO.h"
|
||||
#include "TTY.h"
|
||||
#include "MasterPTY.h"
|
||||
#include <Kernel/TTY/TTY.h>
|
||||
#include <Kernel/TTY/MasterPTY.h>
|
||||
#include <Kernel/Socket.h>
|
||||
#include <Kernel/Process.h>
|
||||
#include <Kernel/BlockDevice.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue