From 8e1e6572feabd291cbd5048459c0a58c6460ff91 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 23 Sep 2021 15:15:48 -0700 Subject: Moved type defs into their own files instead of types.h --- explain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'explain.c') diff --git a/explain.c b/explain.c index 58ddcc1..41939c3 100644 --- a/explain.c +++ b/explain.c @@ -5,7 +5,7 @@ #include #include -#include "types.h" +#include "match.h" #include "utils.h" typedef struct match_node_s { -- cgit v1.2.3