From 9f460e017b341fc8378f00315b0776e300107ccd Mon Sep 17 00:00:00 2001 From: Koichi Sasada Date: Fri, 3 Jan 2020 04:46:51 +0900 Subject: move internal/debug.h definitions to internal.h Debug utilities should be accessible from any internal code. --- vm.c | 1 - 1 file changed, 1 deletion(-) (limited to 'vm.c') diff --git a/vm.c b/vm.c index d4a1d4437e..e432cb13aa 100644 --- a/vm.c +++ b/vm.c @@ -15,7 +15,6 @@ #include "internal.h" #include "internal/compile.h" #include "internal/cont.h" -#include "internal/debug.h" #include "internal/error.h" #include "internal/eval.h" #include "internal/inits.h" -- cgit v1.2.3