mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:37:35 +00:00
Kernel: Move headers intended for userspace use into Kernel/API/
This commit is contained in:
parent
ca93c22ae2
commit
11c4a28660
63 changed files with 61 additions and 61 deletions
|
@ -31,7 +31,7 @@
|
|||
#include <AK/Types.h>
|
||||
#include <Kernel/Devices/CharacterDevice.h>
|
||||
#include <Kernel/Interrupts/IRQHandler.h>
|
||||
#include <Kernel/KeyCode.h>
|
||||
#include <Kernel/API/KeyCode.h>
|
||||
#include <Kernel/Random.h>
|
||||
#include <LibKeyboard/CharacterMap.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue