From 326a0b960c6eeac4278c15a57e421326464372a6 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 9 Apr 2022 14:15:07 -0400 Subject: Moving print logic out of match.c and renaming explain -> printmatch --- bp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bp.c') diff --git a/bp.c b/bp.c index 5146d5a..dbd72bd 100644 --- a/bp.c +++ b/bp.c @@ -20,11 +20,11 @@ #include #include -#include "explain.h" #include "files.h" #include "json.h" #include "match.h" #include "pattern.h" +#include "printmatch.h" #include "utils.h" #ifndef BP_NAME -- cgit v1.2.3