Kernel: Move headers intended for userspace use into Kernel/API/

This commit is contained in:
Andreas Kling 2020-07-04 17:22:23 +02:00
commit 11c4a28660
Notes: sideshowbarker 2024-07-19 05:11:23 +09:00
63 changed files with 61 additions and 61 deletions

View file

@ -27,7 +27,7 @@
#pragma once
#include <AK/String.h>
#include <Kernel/KeyCode.h>
#include <Kernel/API/KeyCode.h>
#include <LibKeyboard/CharacterMapData.h>
namespace Keyboard {