summaryrefslogtreecommitdiff
path: root/src/smt/command.cpp
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-11-30 10:56:28 -0600
committerGitHub <noreply@github.com>2020-11-30 10:56:28 -0600
commit9f372f084f5c558e3ff618d02abfdb384a82e066 (patch)
treeeebab887048231876505ced878b5b7878ffb72b6 /src/smt/command.cpp
parentac6150d7992b5dd1cace8d8d6e0d308e4a741c12 (diff)
Remove includes for old API from internal code (#5536)
The only code including the old API now are in parser/ and main/ which will require further untangling.
Diffstat (limited to 'src/smt/command.cpp')
-rw-r--r--src/smt/command.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smt/command.cpp b/src/smt/command.cpp
index e6361be9e..432910cd3 100644
--- a/src/smt/command.cpp
+++ b/src/smt/command.cpp
@@ -29,7 +29,7 @@
#include "expr/expr_iomanip.h"
#include "expr/node.h"
#include "expr/symbol_manager.h"
-#include "expr/type.h"
+#include "expr/type_node.h"
#include "options/options.h"
#include "options/smt_options.h"
#include "printer/printer.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback