From a2f30332ccb8f0d87dc7750d4f081d44fd771f7f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 15 Jan 2021 19:44:16 -0800 Subject: Sorting imports --- print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print.c') diff --git a/print.c b/print.c index 06cfd53..830df5a 100644 --- a/print.c +++ b/print.c @@ -6,10 +6,10 @@ #include #include +#include "match.h" #include "print.h" #include "types.h" #include "utils.h" -#include "match.h" typedef struct match_node_s { match_t *m; -- cgit v1.2.3