From a2f30332ccb8f0d87dc7750d4f081d44fd771f7f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 15 Jan 2021 19:44:16 -0800 Subject: Sorting imports --- match.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'match.c') diff --git a/match.c b/match.c index 5b99bce..a2d3cf1 100644 --- a/match.c +++ b/match.c @@ -8,9 +8,9 @@ #include #include "definitions.h" +#include "match.h" #include "types.h" #include "utils.h" -#include "match.h" #ifdef DEBUG_HEAP // Doubly-linked list operations: -- cgit v1.2.3