Move headers to include/

This commit is contained in:
2026-03-18 11:48:33 +01:00
parent a1e8aacd01
commit f7735eb3a4
45 changed files with 89 additions and 88 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
*/
#include <kernel.h>
#include "limine.h"
#include "string/string.h"
#include <limine.h>
#include <string/string.h>
#include <stddef.h>
extern struct boot_context boot_ctx;
+3 -3
View File
@@ -5,9 +5,9 @@
*/
#include <stddef.h>
#include "idt/idt.h"
#include "io/serial/serial.h"
#include "kernel.h"
#include <idt/idt.h>
#include <io/serial/serial.h>
#include <kernel.h>
extern struct init_status init;
extern int panic_count;
+1 -1
View File
@@ -5,7 +5,7 @@
*/
#include <stdint.h>
#include "kernel.h"
#include <kernel.h>
#include <stddef.h>
extern struct init_status init;