aboutsummaryrefslogtreecommitdiffstats
path: root/libalee/state.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-11-12 14:38:30 -0500
committerClyne Sullivan <clyne@bitgloo.com>2023-11-12 14:38:30 -0500
commitcdf19490df966f53e8c89677296e6a8b34cff497 (patch)
tree154e1f9784fa1d55d49767c4c6391bf91cf0d556 /libalee/state.cpp
parent69152efdad181c70fd794ecba5f5f48f23bc67bd (diff)
no more cstring; 16mhz/115200 msp430; fix dict init
Diffstat (limited to 'libalee/state.cpp')
-rw-r--r--libalee/state.cpp1
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