Cleanup some includes (#5847)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Tue, 2 Feb 2021 18:25:21 +0000 (12:25 -0600)
committerGitHub <noreply@github.com>
Tue, 2 Feb 2021 18:25:21 +0000 (12:25 -0600)
commite05ad4759f2ae01cc06a9ca715c777d188f0f5fd
treea292cc67c0b41c3bdf325f5160bdede10346add0
parent4c1f67446ad59f1c5efe7230b96b0d3ccac0e692
Cleanup some includes (#5847)

In particular, theory_engine.h is included many places spuriously.

A few blocks of code changed indentation, updated to guidelines.
35 files changed:
src/preprocessing/passes/ackermann.cpp
src/preprocessing/passes/bv_to_int.cpp
src/preprocessing/passes/extended_rewriter_pass.cpp
src/preprocessing/passes/int_to_bv.cpp
src/preprocessing/passes/ite_removal.cpp
src/preprocessing/passes/ite_simp.cpp
src/preprocessing/passes/miplib_trick.cpp
src/preprocessing/passes/non_clausal_simp.cpp
src/preprocessing/passes/quantifier_macros.cpp
src/preprocessing/passes/theory_preprocess.cpp
src/prop/theory_proxy.cpp
src/smt/smt_solver.cpp
src/theory/combination_care_graph.cpp
src/theory/model_manager.cpp
src/theory/quantifiers/cegqi/inst_strategy_cegqi.cpp
src/theory/quantifiers/ematching/candidate_generator.cpp
src/theory/quantifiers/ematching/ho_trigger.cpp
src/theory/quantifiers/ematching/instantiation_engine.cpp
src/theory/quantifiers/fmf/model_engine.cpp
src/theory/quantifiers/quant_conflict_find.cpp
src/theory/quantifiers/skolemize.cpp
src/theory/quantifiers/sygus/cegis.cpp
src/theory/quantifiers/sygus/cegis_unif.cpp
src/theory/quantifiers/sygus/synth_conjecture.cpp
src/theory/quantifiers/sygus/synth_engine.cpp
src/theory/quantifiers/sygus_inst.cpp
src/theory/quantifiers/term_database.cpp
src/theory/quantifiers/term_util.cpp
src/theory/quantifiers_engine.cpp
src/theory/theory_engine.cpp
src/theory/theory_engine.h
src/theory/uf/cardinality_extension.cpp
src/theory/uf/theory_uf_model.cpp
src/theory/uf/theory_uf_model.h
src/theory/valuation.cpp