From 42ac28d44ac7e1f102e9ba37fa91923e822e47df Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 23 Oct 2023 04:30:50 +0100 Subject: Make root directory an include path, set #include's properly Easier to write includes now just using < with the module name, in comparison to using relative paths. --- vm/runtime.h | 1 - 1 file changed, 1 deletion(-) (limited to 'vm/runtime.h') diff --git a/vm/runtime.h b/vm/runtime.h index 03cd21f..316b4c6 100644 --- a/vm/runtime.h +++ b/vm/runtime.h @@ -16,7 +16,6 @@ #include #include -#include "../lib/base.h" #include "./inst.h" typedef enum -- cgit v1.2.3-13-gbd6f