From 01f38693aa50bce2ce27337bdf5991d08cb41eb4 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sun, 22 Nov 2020 20:28:08 -0800 Subject: Remove obsoleted internal/mjit.h inclusion :bow: --- vm.c | 1 - 1 file changed, 1 deletion(-) (limited to 'vm.c') diff --git a/vm.c b/vm.c index 040f0a92eb..e105a41ac2 100644 --- a/vm.c +++ b/vm.c @@ -18,7 +18,6 @@ #include "internal/error.h" #include "internal/eval.h" #include "internal/inits.h" -#include "internal/mjit.h" #include "internal/object.h" #include "internal/parse.h" #include "internal/proc.h" -- cgit v1.2.3