From b31036813c7706527e2067392660c9068447fa2c Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 10 Mar 2023 11:36:30 -0500 Subject: size reduction and refactoring --- libalee/parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libalee/parser.cpp') diff --git a/libalee/parser.cpp b/libalee/parser.cpp index bcef963..3b14224 100644 --- a/libalee/parser.cpp +++ b/libalee/parser.cpp @@ -17,9 +17,9 @@ */ #include "corewords.hpp" +#include "ctype.hpp" #include "parser.hpp" -#include #include int Parser::parse(State& state, const char *str) -- cgit v1.2.3