summaryrefslogtreecommitdiff
path: root/src/prop/theory_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/theory_proxy.h')
-rw-r--r--src/prop/theory_proxy.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/prop/theory_proxy.h b/src/prop/theory_proxy.h
index 59bc859cb..261db8c87 100644
--- a/src/prop/theory_proxy.h
+++ b/src/prop/theory_proxy.h
@@ -27,12 +27,12 @@
#include "context/cdqueue.h"
#include "expr/node.h"
-#include "expr/statistics_registry.h"
#include "prop/sat_solver.h"
#include "smt/smt_globals.h"
#include "smt_util/lemma_output_channel.h"
#include "smt_util/lemma_input_channel.h"
#include "theory/theory.h"
+#include "util/statistics_registry.h"
namespace CVC4 {
@@ -137,8 +137,8 @@ public:
/**
* Statistic: the number of replayed decisions (via --replay).
*/
- KEEP_STATISTIC(IntStat, d_replayedDecisions,
- "prop::theoryproxy::replayedDecisions", 0);
+ IntStat d_replayedDecisions;
+
};/* class SatSolver */
}/* CVC4::prop namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback