mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:07:44 +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
|
@ -29,7 +29,7 @@
|
|||
#include <AK/Optional.h>
|
||||
#include <AK/Types.h>
|
||||
#include <AK/kmalloc.h>
|
||||
#include <Kernel/MousePacket.h>
|
||||
#include <Kernel/API/MousePacket.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue