Move shared headers out to include/

This commit is contained in:
2026-02-22 00:05:26 +01:00
parent 821ad9511a
commit 502cfa7335
29 changed files with 33 additions and 33 deletions

View File

@@ -5,14 +5,14 @@
#include <amd64/msr.h>
#include <libk/list.h>
#include <libk/string.h>
#include <m/status.h>
#include <m/syscall_defs.h>
#include <mm/liballoc.h>
#include <proc/proc.h>
#include <proc/reschedule.h>
#include <status.h>
#include <sys/debug.h>
#include <sys/smp.h>
#include <syscall/syscall.h>
#include <syscall_defs.h>
extern void syscall_entry (void);