summaryrefslogtreecommitdiff
path: root/loader
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2021-04-07 11:16:11 +0000
committerAda Christine <adachristine18@gmail.com>2021-04-07 11:16:11 +0000
commit382ee1b11be7e01d2797efe4ccd97ad7c5a4cf72 (patch)
tree854464f37cb19e97f55ebad1c3260d699eb599a5 /loader
parent6d4fefae4f0afff412117133ee5e2178c3c5a1a1 (diff)
moved headers around a bit
Diffstat (limited to 'loader')
-rw-r--r--loader/loader_efi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/loader_efi.c b/loader/loader_efi.c
index 98b5ad9..aa9da1d 100644
--- a/loader/loader_efi.c
+++ b/loader/loader_efi.c
@@ -1,7 +1,7 @@
#include "loader_efi.h"
-#include <boot/entry_efi.h>
-
+#include <loader/data.h>
+#include <kernel/entry.h>
#include <kernel/memory/paging.h>
#include <elf/elf64.h>