From 25fab2c717ac72a69d11c7190df0563b082808b0 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 16 Sep 2017 12:25:16 -0400 Subject: opt: Separate optimization from parsing --- eval.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'eval.c') diff --git a/eval.c b/eval.c index 340e9eb..5196b57 100644 --- a/eval.c +++ b/eval.c @@ -14,11 +14,14 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * ****************************************************************************/ -#include "bfs.h" +#include "eval.h" #include "bftw.h" +#include "cmdline.h" #include "color.h" #include "dstring.h" +#include "exec.h" #include "mtab.h" +#include "printf.h" #include "util.h" #include #include -- cgit v1.2.3