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.c | 1 - 1 file changed, 1 deletion(-) (limited to 'print.c') diff --git a/print.c b/print.c index a5d3b33..a5c27af 100644 --- a/print.c +++ b/print.c @@ -11,7 +11,6 @@ #include "files.h" #include "match.h" #include "print.h" -#include "types.h" #include "utils.h" static const char *color_match = "\033[0;31;1m"; -- cgit v1.2.3