mirror of
https://github.com/limine-bootloader/limine
synced 2025-01-06 04:42:16 +03:00
bootboot: reaorder includes
This commit is contained in:
parent
7d55fee087
commit
e4ff1ecbac
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user