From 2c2f05c96e021006275a2bc70b9ede70b280616d Mon Sep 17 00:00:00 2001 From: Abdalrhman Mohamed <32971963+abdoo8080@users.noreply.github.com> Date: Wed, 16 Sep 2020 12:45:01 -0500 Subject: Dump commands in internal code using command printing functions. (#5040) This is work towards migrating commands to the new API. Internal code that creates command objects just for dumping is replaced with direct calls to functions that print the those commands. --- src/parser/antlr_input.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/parser/antlr_input.cpp') diff --git a/src/parser/antlr_input.cpp b/src/parser/antlr_input.cpp index bf5e8824a..54165feb7 100644 --- a/src/parser/antlr_input.cpp +++ b/src/parser/antlr_input.cpp @@ -33,7 +33,6 @@ #include "parser/smt2/smt2_input.h" #include "parser/smt2/sygus_input.h" #include "parser/tptp/tptp_input.h" -#include "smt/command.h" using namespace std; using namespace CVC4; -- cgit v1.2.3