Kernel: Move TTY-related files into Kernel/TTY/.

This commit is contained in:
Andreas Kling 2019-04-03 12:28:45 +02:00
commit 9fca94269e
Notes: sideshowbarker 2024-07-19 14:50:48 +09:00
17 changed files with 16 additions and 16 deletions

View file

@ -19,7 +19,7 @@
#include "FIFO.h"
#include "KSyms.h"
#include <Kernel/Socket.h>
#include "MasterPTY.h"
#include <Kernel/TTY/MasterPTY.h>
#include <Kernel/exec_elf.h>
#include <AK/StringBuilder.h>