summaryrefslogtreecommitdiff
path: root/kc/core
diff options
context:
space:
mode:
Diffstat (limited to 'kc/core')
-rw-r--r--kc/core/kstdio.c2
-rw-r--r--kc/core/memory.h2
-rw-r--r--kc/core/vm_tree.c2
3 files changed, 3 insertions, 3 deletions
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 <lib.h>
+#include <sophialib.h>
#include <stdint.h>
#include <stdbool.h>
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 <kernel/memory/paging.h>
#include <kernel/memory/range.h>
-#include <lib.h>
+#include <sophialib.h>
#include <core/memory.h>
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 <lib.h>
+#include <sophialib.h>
#define assert(expr)