summaryrefslogtreecommitdiff
path: root/src/prop/prop_engine.cpp
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-05-13 05:30:30 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-05-13 05:30:30 +0000
commit8394cecaf2b1a261b44af54501ef1a433cdbadc2 (patch)
treed4af6dec9e07b2406a84785eea73a1480c91580f /src/prop/prop_engine.cpp
parent7730b9562b11d13236ce566f15ede0cb3416fe21 (diff)
Minor refactorings to PropEngine, SatSolver
Diffstat (limited to 'src/prop/prop_engine.cpp')
-rw-r--r--src/prop/prop_engine.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/prop/prop_engine.cpp b/src/prop/prop_engine.cpp
index ef28a4ac6..6b28e6f99 100644
--- a/src/prop/prop_engine.cpp
+++ b/src/prop/prop_engine.cpp
@@ -12,8 +12,9 @@
**
**/
+#include "cnf_stream.h"
+#include "prop_engine.h"
#include "sat.h"
-#include "prop/prop_engine.h"
#include "theory/theory_engine.h"
#include "util/decision_engine.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback