summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDejan Jovanović <dejan.jovanovic@gmail.com>2012-08-06 21:11:12 +0000
committerDejan Jovanović <dejan.jovanovic@gmail.com>2012-08-06 21:11:12 +0000
commitcc8385b0dbb58419d91e3349a0fd52f6b8452d90 (patch)
treed56df76a68751b95c47c19b88f33c2d7f9e7da0a
parentf40384bda966082f940054dcd258e382ad454265 (diff)
removing the sat solver inmterface from being public
-rw-r--r--src/prop/bvminisat/bvminisat.h2
-rw-r--r--src/prop/sat_solver.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/prop/bvminisat/bvminisat.h b/src/prop/bvminisat/bvminisat.h
index d337ff4e6..e13775ab2 100644
--- a/src/prop/bvminisat/bvminisat.h
+++ b/src/prop/bvminisat/bvminisat.h
@@ -16,6 +16,8 @@
** Implementation of the minisat for cvc4 (bitvectors).
**/
+#include "cvc4_private.h"
+
#pragma once
#include "prop/sat_solver.h"
diff --git a/src/prop/sat_solver.h b/src/prop/sat_solver.h
index ac80e4422..d2e967393 100644
--- a/src/prop/sat_solver.h
+++ b/src/prop/sat_solver.h
@@ -16,7 +16,7 @@
** SAT Solver.
**/
-#include "cvc4_public.h"
+#include "cvc4_private.h"
#ifndef __CVC4__PROP__SAT_MODULE_H
#define __CVC4__PROP__SAT_MODULE_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback