1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09:00

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
parent ca93c22ae2
commit 11c4a28660
Notes: sideshowbarker 2024-07-19 05:11:23 +09:00
63 changed files with 61 additions and 61 deletions

View file

@ -26,7 +26,7 @@
#include <AK/String.h>
#include <AK/StringBuilder.h>
#include <Kernel/Syscall.h>
#include <Kernel/API/Syscall.h>
#include <assert.h>
#include <errno.h>
#include <stdio.h>