:: commit 279e7e08d9e2358a337fe15dab3df64b2991f9b3

pitust <piotr@stelmaszek.com> — 2021-11-01 21:38

parents: f0988eb967

bootboot: reaorder includes

diff --git a/stage23/protos/bootboot.c b/stage23/protos/bootboot.c
index 0cf9bd62..05f2ff20 100644
--- a/stage23/protos/bootboot.c
+++ b/stage23/protos/bootboot.c
@@ -1,5 +1,3 @@
-#include "lib/gterm.h"
-#include "sys/smp.h"
 #include <stdint.h>
 #include <stddef.h>
 #include <stdbool.h>
@@ -20,6 +18,7 @@
 #include <sys/gdt.h>
 #include <sys/idt.h>
 #include <sys/lapic.h>
+#include <sys/smp.h>
 #include <fs/file.h>
 #include <mm/vmm.h>
 #include <mm/pmm.h>
tab: 248 wrap: offon