diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-03-10 11:36:30 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-03-10 11:36:30 -0500 |
commit | b31036813c7706527e2067392660c9068447fa2c (patch) | |
tree | df1e9cf14b10a4faa7ff553e84152d0a58d9ab52 /libalee/parser.cpp | |
parent | 7eeb515c5dc57658ac98554f44780a1f9a6fd2a4 (diff) |
size reduction and refactoring
Diffstat (limited to 'libalee/parser.cpp')
-rw-r--r-- | libalee/parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <cctype> #include <cstring> int Parser::parse(State& state, const char *str) |