aboutsummaryrefslogtreecommitdiff
path: root/match.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-01-15 19:35:39 -0800
committerBruce Hill <bruce@bruce-hill.com>2021-01-15 19:35:39 -0800
commit13c45645948d16719e748ffeed2bdbf819698ebd (patch)
tree7e0cd356a291b5c9aaf32a4c0cf6485a4e73677b /match.c
parent44573fc224796f712254d7ff7fdc0a87aeb6a84c (diff)
Renamed grammar -> definitions
Diffstat (limited to 'match.c')
-rw-r--r--match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/match.c b/match.c
index a9e32bc..286c077 100644
--- a/match.c
+++ b/match.c
@@ -7,7 +7,7 @@
#include <stdlib.h>
#include <string.h>
-#include "grammar.h"
+#include "definitions.h"
#include "types.h"
#include "utils.h"
#include "match.h"