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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'explain.h') diff --git a/explain.h b/explain.h index dab52b1..fbb2abf 100644 --- a/explain.h +++ b/explain.h @@ -4,7 +4,7 @@ #ifndef EXPLAIN__H #define EXPLAIN__H -#include "types.h" +#include "match.h" __attribute__((nonnull)) void explain_match(match_t *m); -- cgit v1.2.3