summaryrefslogtreecommitdiff
path: root/src/theory/arith/nl/stats.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/nl/stats.h')
-rw-r--r--src/theory/arith/nl/stats.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/theory/arith/nl/stats.h b/src/theory/arith/nl/stats.h
index 988b647a6..4f30031be 100644
--- a/src/theory/arith/nl/stats.h
+++ b/src/theory/arith/nl/stats.h
@@ -18,7 +18,7 @@
#ifndef CVC5__THEORY__ARITH__NL__STATS_H
#define CVC5__THEORY__ARITH__NL__STATS_H
-#include "util/statistics_registry.h"
+#include "util/statistics_stats.h"
namespace cvc5 {
namespace theory {
@@ -32,7 +32,6 @@ class NlStats
{
public:
NlStats();
- ~NlStats();
/**
* Number of calls to NonlinearExtension::modelBasedRefinement. Notice this
* may make multiple calls to NonlinearExtension::checkLastCall.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback