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/ref.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'std/ref.c') diff --git a/std/ref.c b/std/ref.c index f82bb50..62c0a52 100644 --- a/std/ref.c +++ b/std/ref.c @@ -1,6 +1,6 @@ -#include "../src/err.h" -#include "../api/ref.h" -#include "../api/util.h" +#include "common/err.h" +#include "api/ref.h" +#include "api/util.h" UwUVMValue uwu_call(UwUVMArgs *args) { -- cgit v1.2.3