From 03c790d5b61ecc07a34e6d113a5b434b72c835fe Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 8 Jan 2021 01:06:43 -0800 Subject: Renamed viz -> printing, and tidied up the code a bit --- bp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bp.c') diff --git a/bp.c b/bp.c index a9ffe01..cefb5aa 100644 --- a/bp.c +++ b/bp.c @@ -15,8 +15,8 @@ #include "file_loader.h" #include "grammar.h" #include "json.h" +#include "printing.h" #include "utils.h" -#include "viz.h" #include "vm.h" static const char *usage = ( -- cgit v1.2.3