Kernel: Remove redundant HID name from all associated files

This commit is contained in:
Liav A 2022-12-19 23:53:51 +02:00 committed by Jelle Raaijmakers
commit 6c4a47d916
Notes: sideshowbarker 2024-07-16 22:34:39 +09:00
14 changed files with 13 additions and 13 deletions

View file

@ -13,7 +13,7 @@
#endif
#include <Kernel/CommandLine.h>
#include <Kernel/Devices/DeviceManagement.h>
#include <Kernel/Devices/HID/HIDManagement.h>
#include <Kernel/Devices/HID/Management.h>
#include <Kernel/Graphics/GraphicsManagement.h>
#include <Kernel/Heap/kmalloc.h>
#include <Kernel/Sections.h>