From b5073e16ea49ce9214fcc5318ce080724719c809 Mon Sep 17 00:00:00 2001 From: Gereon Kremer Date: Tue, 2 Mar 2021 01:58:20 +0100 Subject: Clean up includes to reduce compile times (#6031) This PR cleans up a ton of includes, based on the suggestions of iwyu. Mostly, it removes includes from header files in favor of forward declarations and adds includes to source files. --- src/theory/quantifiers/expr_miner.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/theory/quantifiers/expr_miner.cpp') diff --git a/src/theory/quantifiers/expr_miner.cpp b/src/theory/quantifiers/expr_miner.cpp index 759d3e69f..6ce561b2d 100644 --- a/src/theory/quantifiers/expr_miner.cpp +++ b/src/theory/quantifiers/expr_miner.cpp @@ -19,6 +19,7 @@ #include "smt/smt_engine.h" #include "smt/smt_engine_scope.h" #include "theory/quantifiers/term_util.h" +#include "theory/rewriter.h" #include "theory/smt_engine_subsolver.h" using namespace std; -- cgit v1.2.3