Remove includes for old API from internal code (#5536)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Mon, 30 Nov 2020 16:56:28 +0000 (10:56 -0600)
committerGitHub <noreply@github.com>
Mon, 30 Nov 2020 16:56:28 +0000 (10:56 -0600)
commit9f372f084f5c558e3ff618d02abfdb384a82e066
treeeebab887048231876505ced878b5b7878ffb72b6
parentac6150d7992b5dd1cace8d8d6e0d308e4a741c12
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.
23 files changed:
src/CMakeLists.txt
src/expr/CMakeLists.txt
src/expr/array.h [deleted file]
src/expr/symbol_table.h
src/expr/type.h
src/expr/type_properties_template.h
src/smt/command.cpp
src/smt/command.h
src/smt/dump_manager.cpp
src/smt/listeners.cpp
src/smt/model_blocker.h
src/smt/model_core_builder.h
src/smt/proof_manager.h
src/smt_util/boolean_simplification.h
src/theory/arith/arith_static_learner.cpp
src/theory/datatypes/type_enumerator.h
src/theory/fp/fp_converter.h
src/theory/quantifiers/expr_miner.h
src/theory/quantifiers/sygus/sygus_abduct.h
src/theory/quantifiers/sygus/sygus_grammar_norm.h
src/theory/quantifiers/sygus/sygus_interpol.h
src/theory/quantifiers/sygus/sygus_qe_preproc.h
src/theory/smt_engine_subsolver.h