summaryrefslogtreecommitdiff
path: root/src/proof/proof_manager.h
diff options
context:
space:
mode:
authorFinn Haedicke <finn@informatik.uni-bremen.de>2015-04-17 10:46:07 +0200
committerFinn Haedicke <finn@informatik.uni-bremen.de>2015-04-17 10:46:07 +0200
commitca31b5f9de8575b9d6878c7ad7a674e48ae3c6df (patch)
tree1de4d4cfb4fe2ab95f6dc7b731056389677f13ca /src/proof/proof_manager.h
parent1c95df5efa3727a8b709049ef26ebb3fe6f0c6eb (diff)
moved Minisat namespace into CVC4
This avoids conflicts when CVC4 is linked to an application that also uses plain Minisat.
Diffstat (limited to 'src/proof/proof_manager.h')
-rw-r--r--src/proof/proof_manager.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/proof/proof_manager.h b/src/proof/proof_manager.h
index 43d6723fa..c35018b3e 100644
--- a/src/proof/proof_manager.h
+++ b/src/proof/proof_manager.h
@@ -27,13 +27,14 @@
#include "theory/logic_info.h"
#include "theory/substitutions.h"
+
+namespace CVC4 {
+
// forward declarations
namespace Minisat {
class Solver;
}/* Minisat namespace */
-namespace CVC4 {
-
namespace prop {
class CnfStream;
}/* CVC4::prop namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback