bootboot: reaorder includes

This commit is contained in:
pitust 2021-11-01 21:38:21 +00:00
parent 7d55fee087
commit e4ff1ecbac

View File

@ -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>