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 --- print.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print.h') diff --git a/print.h b/print.h index 70427a4..b690d69 100644 --- a/print.h +++ b/print.h @@ -6,8 +6,8 @@ #include -#include "types.h" #include "files.h" +#include "match.h" #define USE_DEFAULT_CONTEXT -3 #define ALL_CONTEXT -2 -- cgit v1.2.3