Kernel/Devices: Move ConsoleDevice into the Devices source directory

This commit is contained in:
Liav A 2021-09-12 21:37:31 +03:00 committed by Idan Horowitz
commit 5e8dcb9ca7
Notes: sideshowbarker 2024-07-18 03:47:57 +09:00
6 changed files with 5 additions and 5 deletions

View file

@ -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>