summaryrefslogtreecommitdiffhomepage
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/vm.c b/vm.c
index 443c64e..79838f9 100644
--- a/vm.c
+++ b/vm.c
@@ -20,9 +20,9 @@
#include <ctype.h>
#include <math.h>
-#include "vm.h"
-#include "compiler.h"
-#include "lib.h" /* format_error_context() */
+#include "ucode/vm.h"
+#include "ucode/compiler.h"
+#include "ucode/lib.h" /* format_error_context() */
#undef __insn
#define __insn(_name) #_name,