aboutsummaryrefslogtreecommitdiff
path: root/pattern.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-09-23 15:42:50 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-09-23 15:42:50 -0700
commitc81601729ea2d1f7ef6aab14fec0e19ee326b740 (patch)
tree5f1e9fea036c5081e1b55659ceb697c6bba05f82 /pattern.h
parent1460e6d940cc4097f967dc750d757e0fe0690128 (diff)
Patterns no longer need files.h
Diffstat (limited to 'pattern.h')
-rw-r--r--pattern.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/pattern.h b/pattern.h
index 772c40e..ef08441 100644
--- a/pattern.h
+++ b/pattern.h
@@ -6,8 +6,6 @@
#include <stdbool.h>
-#include "files.h"
-
#define UNBOUNDED(pat) ((pat)->max_matchlen == -1)
// BP virtual machine pattern types