aboutsummaryrefslogtreecommitdiff
path: root/files.h
diff options
context:
space:
mode:
Diffstat (limited to 'files.h')
-rw-r--r--files.h3
1 files changed, 0 insertions, 3 deletions
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 <stdio.h>
#include <unistd.h>
@@ -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)))