mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 23:59:49 +00:00
Kernel/Devices: Move ConsoleDevice into the Devices source directory
This commit is contained in:
parent
aee4786d8e
commit
5e8dcb9ca7
Notes:
sideshowbarker
2024-07-18 03:47:57 +09:00
Author: https://github.com/supercomputer7
Commit: 5e8dcb9ca7
Pull-request: https://github.com/SerenityOS/serenity/pull/9955
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/IdanHo ✅
6 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
#include <AK/PrintfImplementation.h>
|
||||
#include <AK/StringView.h>
|
||||
#include <AK/Types.h>
|
||||
#include <Kernel/ConsoleDevice.h>
|
||||
#include <Kernel/Devices/ConsoleDevice.h>
|
||||
#include <Kernel/Devices/PCISerialDevice.h>
|
||||
#include <Kernel/Graphics/GraphicsManagement.h>
|
||||
#include <Kernel/IO.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue