From 0b2de4721f3dcf95d6d0af54c78e197df10f6666 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 1 Aug 2021 15:36:53 -0700 Subject: Moved caching code onto the file, which fixed an issue with file slicing having stale cache values. --- types.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'types.h') diff --git a/types.h b/types.h index 495234f..e467949 100644 --- a/types.h +++ b/types.h @@ -7,8 +7,6 @@ #include #include -#include "files.h" - #define UNBOUNDED(pat) ((pat)->max_matchlen == -1) // BP virtual machine pattern types -- cgit v1.2.3