From b2a53020c9e19b6eb7c6b18afb940bdcf0b604cf Mon Sep 17 00:00:00 2001 From: Elis Eriksson Date: Wed, 1 Jul 2026 22:39:28 +0200 Subject: remove utility (ivec, node_vec, str) headers also omit the lexer entirely, plus the parser type. --- src/ivec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ivec.c') diff --git a/src/ivec.c b/src/ivec.c index 9c0dd95..5253a8e 100644 --- a/src/ivec.c +++ b/src/ivec.c @@ -1,4 +1,4 @@ -#include "ivec.h" +#include "all.h" #include #include -- cgit v1.3-7-ge9ab