summaryrefslogtreecommitdiff
path: root/src/theory/bv/bitblast/lazy_bitblaster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/bitblast/lazy_bitblaster.h')
-rw-r--r--src/theory/bv/bitblast/lazy_bitblaster.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/theory/bv/bitblast/lazy_bitblaster.h b/src/theory/bv/bitblast/lazy_bitblaster.h
index 053ca6373..622369043 100644
--- a/src/theory/bv/bitblast/lazy_bitblaster.h
+++ b/src/theory/bv/bitblast/lazy_bitblaster.h
@@ -23,12 +23,14 @@
#include "context/cdhashmap.h"
#include "context/cdlist.h"
-#include "prop/cnf_stream.h"
-#include "prop/registrar.h"
#include "prop/bv_sat_solver_notify.h"
#include "theory/bv/abstraction.h"
namespace CVC4 {
+namespace prop {
+class CnfStream;
+class NullRegistrat;
+}
namespace theory {
namespace bv {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback