mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
Kernel: Remove redundant HID name from all associated files
This commit is contained in:
parent
b3cc320718
commit
6c4a47d916
Notes:
sideshowbarker
2024-07-16 22:34:39 +09:00
Author: https://github.com/supercomputer7
Commit: 6c4a47d916
Pull-request: https://github.com/SerenityOS/serenity/pull/18218
Reviewed-by: https://github.com/gmta ✅
14 changed files with 13 additions and 13 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
#include <AK/JsonObjectSerializer.h>
|
||||
#include <Kernel/Devices/HID/HIDManagement.h>
|
||||
#include <Kernel/Devices/HID/Management.h>
|
||||
#include <Kernel/FileSystem/SysFS/Subsystems/Kernel/Keymap.h>
|
||||
#include <Kernel/Sections.h>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include <Kernel/Devices/HID/HIDManagement.h>
|
||||
#include <Kernel/Devices/HID/Management.h>
|
||||
#include <Kernel/FileSystem/SysFS/Subsystems/Kernel/Variables/CapsLockRemap.h>
|
||||
#include <Kernel/Sections.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue