From 26f81e50066e5bb7aeae218094e0f834c405a8c1 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Wed, 23 Mar 2022 00:45:57 +0000 Subject: fix collision with /usr/include/efi/lib.h squash me --- kc/boot/kc_main.c | 2 +- kc/core/kstdio.c | 2 +- kc/core/memory.h | 2 +- kc/core/vm_tree.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'kc') diff --git a/kc/boot/kc_main.c b/kc/boot/kc_main.c index cb8eb7a..fe670b0 100644 --- a/kc/boot/kc_main.c +++ b/kc/boot/kc_main.c @@ -3,7 +3,7 @@ #include #include #include -#include +#include #include diff --git a/kc/core/kstdio.c b/kc/core/kstdio.c index 2971b18..fdb52b7 100644 --- a/kc/core/kstdio.c +++ b/kc/core/kstdio.c @@ -1,7 +1,7 @@ #include "kprint.h" #include "serial.h" -#include +#include #include #include diff --git a/kc/core/memory.h b/kc/core/memory.h index 6b7a816..a587d56 100644 --- a/kc/core/memory.h +++ b/kc/core/memory.h @@ -4,7 +4,7 @@ #include #include -#include +#include #include diff --git a/kc/core/vm_tree.c b/kc/core/vm_tree.c index cca32bb..88a4be1 100644 --- a/kc/core/vm_tree.c +++ b/kc/core/vm_tree.c @@ -32,7 +32,7 @@ #include "panic.h" #include "kprint.h" -#include +#include #define assert(expr) -- cgit v1.3.1-1-g115d