aboutsummaryrefslogtreecommitdiff
path: root/bp.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-01-15 19:32:37 -0800
committerBruce Hill <bruce@bruce-hill.com>2021-01-15 19:32:37 -0800
commit44573fc224796f712254d7ff7fdc0a87aeb6a84c (patch)
treec19bd97e082f54d5a73846fb5b8b6fcb295c74dc /bp.c
parent270509af3bb0546abd3265d6b19cb12f975d14a7 (diff)
Rename compiler -> pattern
Diffstat (limited to 'bp.c')
-rw-r--r--bp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bp.c b/bp.c
index 404be02..bbc1b36 100644
--- a/bp.c
+++ b/bp.c
@@ -12,7 +12,7 @@
#include <string.h>
#include <unistd.h>
-#include "compiler.h"
+#include "pattern.h"
#include "files.h"
#include "grammar.h"
#include "json.h"