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/skolemize.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/theory/quantifiers/skolemize.cpp') diff --git a/src/theory/quantifiers/skolemize.cpp b/src/theory/quantifiers/skolemize.cpp index a9ac7d0d2..42729ef5b 100644 --- a/src/theory/quantifiers/skolemize.cpp +++ b/src/theory/quantifiers/skolemize.cpp @@ -15,6 +15,7 @@ #include "theory/quantifiers/skolemize.h" #include "expr/dtype.h" +#include "expr/dtype_cons.h" #include "expr/skolem_manager.h" #include "options/quantifiers_options.h" #include "options/smt_options.h" -- cgit v1.2.3