Move headers to include/
This commit is contained in:
+3
-3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user