diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2022-04-09 14:15:07 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2022-04-09 14:15:07 -0400 |
| commit | 326a0b960c6eeac4278c15a57e421326464372a6 (patch) | |
| tree | 70c37f0de7f349f4bbd7f33fcc635908501720b7 /bp.c | |
| parent | c51a91c4706022f9dc3972c41ef5cf25ea034b0f (diff) | |
Moving print logic out of match.c and renaming explain -> printmatch
Diffstat (limited to 'bp.c')
| -rw-r--r-- | bp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,11 +20,11 @@ #include <sys/wait.h> #include <unistd.h> -#include "explain.h" #include "files.h" #include "json.h" #include "match.h" #include "pattern.h" +#include "printmatch.h" #include "utils.h" #ifndef BP_NAME |
