mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-03 06:39:07 +00:00
Kernel: Move headers intended for userspace use into Kernel/API/
This commit is contained in:
parent
ca93c22ae2
commit
11c4a28660
Notes:
sideshowbarker
2024-07-19 05:11:23 +09:00
Author: https://github.com/awesomekling
Commit: 11c4a28660
63 changed files with 61 additions and 61 deletions
|
@ -30,7 +30,7 @@
|
|||
#include <AK/NonnullOwnPtrVector.h>
|
||||
#include <AK/String.h>
|
||||
#include <AK/Vector.h>
|
||||
#include <Kernel/KeyCode.h>
|
||||
#include <Kernel/API/KeyCode.h>
|
||||
#include <LibVT/Line.h>
|
||||
#include <LibVT/Position.h>
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#include <AK/StringBuilder.h>
|
||||
#include <AK/Utf32View.h>
|
||||
#include <AK/Utf8View.h>
|
||||
#include <Kernel/KeyCode.h>
|
||||
#include <Kernel/API/KeyCode.h>
|
||||
#include <LibCore/ConfigFile.h>
|
||||
#include <LibCore/MimeData.h>
|
||||
#include <LibDesktop/Launcher.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue