Patterns no longer need files.h

This commit is contained in:
Bruce Hill 2021-09-23 15:42:50 -07:00
parent 1460e6d940
commit c81601729e
2 changed files with 0 additions and 3 deletions

View File

@ -9,7 +9,6 @@
#include <string.h>
#include <unistd.h>
#include "files.h"
#include "pattern.h"
#include "utils.h"
#include "utf8.h"

View File

@ -6,8 +6,6 @@
#include <stdbool.h>
#include "files.h"
#define UNBOUNDED(pat) ((pat)->max_matchlen == -1)
// BP virtual machine pattern types