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

Kernel: Re-organize header includes in the HID subsystem code

Just a small clean-up in the I8042Controller and HIDManagement code so
it will be easier to modify this code in future changes.
This commit is contained in:
Liav A 2023-04-15 10:05:20 +03:00 committed by Andreas Kling
parent 75cc670bcb
commit 747efc5265
4 changed files with 8 additions and 8 deletions

View file

@ -10,6 +10,7 @@
# include <Kernel/Arch/x86_64/ISABus/I8042Controller.h>
#endif
#include <Kernel/CommandLine.h>
#include <Kernel/Devices/HID/Device.h>
#include <Kernel/Devices/HID/Management.h>
#include <Kernel/Firmware/ACPI/Parser.h>
#include <Kernel/Sections.h>