aboutsummaryrefslogtreecommitdiff
path: root/std/bool.c
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2021-12-30 18:31:53 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2021-12-30 18:31:53 +0100
commitec14f2955222932bb68704cc4590ba1dbd165cd9 (patch)
tree7bc4e580170231af32305f65875bd3cb2d9d541c /std/bool.c
parent4c52777ca9e52edd0bff76168d886de9757ea457 (diff)
downloaduwu-lang-ec14f2955222932bb68704cc4590ba1dbd165cd9.tar.xz
Allow passing arguments to program, refactor directory structure
Diffstat (limited to 'std/bool.c')
-rw-r--r--std/bool.c9
1 files changed, 4 insertions, 5 deletions
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 <stdio.h>
#include <stdlib.h>
-#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)
{