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