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:
parent
75cc670bcb
commit
747efc5265
4 changed files with 8 additions and 8 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue