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/bv/bitblast/simple_bitblaster.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/theory/bv/bitblast') diff --git a/src/theory/bv/bitblast/simple_bitblaster.cpp b/src/theory/bv/bitblast/simple_bitblaster.cpp index 551c18612..4c7311945 100644 --- a/src/theory/bv/bitblast/simple_bitblaster.cpp +++ b/src/theory/bv/bitblast/simple_bitblaster.cpp @@ -15,6 +15,7 @@ #include "theory/bv/bitblast/simple_bitblaster.h" #include "theory/theory_model.h" +#include "theory/theory_state.h" namespace CVC4 { namespace theory { -- cgit v1.2.3