aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-08-01 15:36:53 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-08-01 15:36:53 -0700
commit0b2de4721f3dcf95d6d0af54c78e197df10f6666 (patch)
tree7b64cefb5c2897510fffdb6c1aa36c792a4c61c4 /types.h
parent8268e67875abeaae99d0793e424514662a84628d (diff)
Moved caching code onto the file, which fixed an issue with file slicing
having stale cache values.
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/types.h b/types.h
index 495234f..e467949 100644
--- a/types.h
+++ b/types.h
@@ -7,8 +7,6 @@
#include <stdbool.h>
#include <sys/types.h>
-#include "files.h"
-
#define UNBOUNDED(pat) ((pat)->max_matchlen == -1)
// BP virtual machine pattern types