1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:47:44 +00:00

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

This commit is contained in:
Andreas Kling 2019-04-03 12:28:45 +02:00
parent f9864940eb
commit 9fca94269e
17 changed files with 16 additions and 16 deletions

View file

@ -1,7 +1,7 @@
#pragma once
#include "types.h"
#include "TTY.h"
#include <Kernel/TTY/TTY.h>
#include "Syscall.h"
#include <Kernel/FileSystem/VirtualFileSystem.h>
#include <Kernel/UnixTypes.h>