diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-11-12 14:38:30 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-11-12 14:38:30 -0500 |
commit | cdf19490df966f53e8c89677296e6a8b34cff497 (patch) | |
tree | 154e1f9784fa1d55d49767c4c6391bf91cf0d556 /libalee/state.cpp | |
parent | 69152efdad181c70fd794ecba5f5f48f23bc67bd (diff) |
no more cstring; 16mhz/115200 msp430; fix dict init
Diffstat (limited to 'libalee/state.cpp')
-rw-r--r-- | libalee/state.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libalee/state.cpp b/libalee/state.cpp index 6e12999..df785e0 100644 --- a/libalee/state.cpp +++ b/libalee/state.cpp @@ -19,7 +19,6 @@ #include "corewords.hpp" #include "state.hpp" -#include <cstring> #include <iterator> bool State::compiling() const |