aboutsummaryrefslogtreecommitdiff
path: root/match.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-01-15 19:44:16 -0800
committerBruce Hill <bruce@bruce-hill.com>2021-01-15 19:44:16 -0800
commita2f30332ccb8f0d87dc7750d4f081d44fd771f7f (patch)
tree79dc6723c322425bf078195315d67ea8e0463303 /match.c
parent3d3a73e18cbebbaa89e7ed991d44ab5c0981f3a9 (diff)
Sorting imports
Diffstat (limited to 'match.c')
-rw-r--r--match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/match.c b/match.c
index 5b99bce..a2d3cf1 100644
--- a/match.c
+++ b/match.c
@@ -8,9 +8,9 @@
#include <string.h>
#include "definitions.h"
+#include "match.h"
#include "types.h"
#include "utils.h"
-#include "match.h"
#ifdef DEBUG_HEAP
// Doubly-linked list operations: