1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-02 20:22:13 +00:00

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
parent aee4786d8e
commit 5e8dcb9ca7
6 changed files with 5 additions and 5 deletions

View file

@ -11,7 +11,7 @@
#include <Kernel/Arch/x86/ProcessorInfo.h>
#include <Kernel/Bus/PCI/API.h>
#include <Kernel/CommandLine.h>
#include <Kernel/ConsoleDevice.h>
#include <Kernel/Devices/ConsoleDevice.h>
#include <Kernel/Devices/DeviceManagement.h>
#include <Kernel/Devices/HID/HIDManagement.h>
#include <Kernel/FileSystem/Custody.h>