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/int.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'std/int.c') diff --git a/std/int.c b/std/int.c index 6857f26..22af320 100644 --- a/std/int.c +++ b/std/int.c @@ -1,10 +1,10 @@ #include #include -#include "../src/err.h" -#include "../api/vm.h" -#include "../api/int.h" -#include "../api/bool.h" -#include "../api/util.h" +#include "common/err.h" +#include "api/vm.h" +#include "api/int.h" +#include "api/bool.h" +#include "api/util.h" typedef enum { -- cgit v1.2.3