mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
Kernel: Move TTY-related files into Kernel/TTY/.
This commit is contained in:
parent
f9864940eb
commit
9fca94269e
Notes:
sideshowbarker
2024-07-19 14:50:48 +09:00
Author: https://github.com/awesomekling
Commit: 9fca94269e
17 changed files with 16 additions and 16 deletions
|
@ -17,10 +17,10 @@
|
|||
#include "MemoryManager.h"
|
||||
#include <Kernel/FileSystem/ProcFS.h>
|
||||
#include "RTC.h"
|
||||
#include "VirtualConsole.h"
|
||||
#include <Kernel/TTY/VirtualConsole.h>
|
||||
#include "Scheduler.h"
|
||||
#include "PS2MouseDevice.h"
|
||||
#include "PTYMultiplexer.h"
|
||||
#include <Kernel/TTY/PTYMultiplexer.h>
|
||||
#include <Kernel/FileSystem/DevPtsFS.h>
|
||||
#include "BXVGADevice.h"
|
||||
#include <Kernel/Net/E1000NetworkAdapter.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue