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/commands/command.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/kernel/commands/command.c') diff --git a/src/kernel/commands/command.c b/src/kernel/commands/command.c index b1d9f9b..8ddbb08 100644 --- a/src/kernel/commands/command.c +++ b/src/kernel/commands/command.c @@ -1,7 +1,7 @@ -#include "../lib/lib.h" -#include "../io/io.h" -#include "../acpi/acpi.h" -#include "../graphics/vesa.h" +#include +#include +#include +#include int32_t starts_with(const char *a, const char *b) { size_t length_pre = strlen(b); -- cgit v1.2.3