diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-04-19 16:39:50 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-04-20 20:54:31 -0400 |
| commit | 1f153eb5534b309d277ea84982ab14a7f7b9985a (patch) | |
| tree | fa2ef3bb4cf0953f1b2f6e8dbdafde71b5b77ad6 /kernel/memory/physalloc.c | |
| parent | UEFI and republicans (diff) | |
| download | comus-1f153eb5534b309d277ea84982ab14a7f7b9985a.tar.gz comus-1f153eb5534b309d277ea84982ab14a7f7b9985a.tar.bz2 comus-1f153eb5534b309d277ea84982ab14a7f7b9985a.zip | |
remove invalid includes
Diffstat (limited to '')
| -rw-r--r-- | kernel/memory/physalloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/memory/physalloc.c b/kernel/memory/physalloc.c index 87072c4..dc8faa8 100644 --- a/kernel/memory/physalloc.c +++ b/kernel/memory/physalloc.c @@ -1,4 +1,3 @@ -#include "lib/kio.h" #include <lib.h> #include <comus/memory.h> #include <comus/asm.h> |