From ec14f2955222932bb68704cc4590ba1dbd165cd9 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Thu, 30 Dec 2021 18:31:53 +0100 Subject: Allow passing arguments to program, refactor directory structure --- std/bool.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'std/bool.c') diff --git a/std/bool.c b/std/bool.c index 4386dc3..349e1c9 100644 --- a/std/bool.c +++ b/std/bool.c @@ -1,10 +1,9 @@ #include #include -#include "../src/err.h" -#include "../api/vm.h" -#include "../api/util.h" -#include "../api/bool.h" - +#include "common/err.h" +#include "api/vm.h" +#include "api/util.h" +#include "api/bool.h" static inline bool get_bool_arg(UwUVMArgs *args, size_t i) { -- cgit v1.2.3