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

@@ -7,13 +7,13 @@
#include <irq/irq.h>
#include <libk/std.h>
#include <libk/string.h>
#include <m/syscall_defs.h>
#include <mm/liballoc.h>
#include <proc/reschedule.h>
#include <sys/debug.h>
#include <sys/smp.h>
#include <sys/spin.h>
#include <syscall/syscall.h>
#include <syscall_defs.h>
/* 8259 PIC defs. */
#define PIC1 0x20