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/str.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'std/str.c') diff --git a/std/str.c b/std/str.c index 953e8c0..a0e4edd 100644 --- a/std/str.c +++ b/std/str.c @@ -1,8 +1,8 @@ #include #include -#include "../api/vm.h" -#include "../api/str.h" -#include "../api/util.h" +#include "api/vm.h" +#include "api/str.h" +#include "api/util.h" UwUVMValue uwu_cat(UwUVMArgs *args) { -- cgit v1.2.3