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 --- files.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'files.h') diff --git a/files.h b/files.h index 3735348..41c8398 100644 --- a/files.h +++ b/files.h @@ -4,8 +4,6 @@ #ifndef FILES__H #define FILES__H -#include "types.h" - #include #include @@ -17,7 +15,6 @@ typedef struct file_s { char *mmapped, *allocated; char **lines, *start, *end; size_t nlines; - struct pat_s *pats; } file_t; __attribute__((nonnull(2))) -- cgit v1.2.3