From 25f1eb375f05883bd499760f4496f4218b5011c9 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 26 Oct 2019 22:45:08 +0200 Subject: Using compiler-based include methods --- src/kernel/lib/alloc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kernel/lib/alloc.c') diff --git a/src/kernel/lib/alloc.c b/src/kernel/lib/alloc.c index 2545d28..85ae7db 100644 --- a/src/kernel/lib/alloc.c +++ b/src/kernel/lib/alloc.c @@ -1,7 +1,7 @@ #include #include -#include "alloc.h" -#include "../paging/paging.h" +#include +#include int liballoc_lock() { asm volatile ("cli"); -- cgit v1.2.3