summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2026-04-28 22:42:15 +0200
committerJoel Klinghed <the_jk@spawned.biz>2026-04-28 22:42:15 +0200
commit2f43e9123dc406112d0802a82698cd124f42a794 (patch)
tree7d3d276affbfaf257a5c263599aff76f43a686bf
parentb6dce2750b6dcd06b9fc2e6cdefe353957c5092b (diff)
fixup! grammar: Expand parsing to handle syntax grammar
-rw-r--r--src/grammar.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/grammar.cc b/src/grammar.cc
index c737408..16e1ce3 100644
--- a/src/grammar.cc
+++ b/src/grammar.cc
@@ -3,7 +3,6 @@
#include "errors.hh"
#include "line.hh"
#include "location.hh"
-#include "str.hh"
#include <algorithm>
#include <cstddef>