From e2611a54c5479086df0c4a80f56597aae80b5c4e Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Sat, 22 Sep 2012 21:10:51 +0000 Subject: Separate public-facing and internal-facing interfaces to Statistics. The external interface (e.g., what's answered by ExprManager::getStatistics() and SmtEngine::getStatistics()) is a snapshot of the current statistics (rather than a reference to the actual StatisticsRegistry). The StatisticsRegistry is now internal-only. However, it's built as a convenience library so that the parser and driver can use it too (by re-linking against it). This is part of the ongoing effort to clean up the public interface. (this commit was certified error- and warning-free by the test-and-commit script.) --- src/theory/bv/bitblaster.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/theory/bv/bitblaster.h') diff --git a/src/theory/bv/bitblaster.h b/src/theory/bv/bitblaster.h index 16c50be22..2ff12bbdf 100644 --- a/src/theory/bv/bitblaster.h +++ b/src/theory/bv/bitblaster.h @@ -35,7 +35,7 @@ #include "theory/theory.h" #include "theory_bv_utils.h" -#include "util/stats.h" +#include "util/statistics_registry.h" #include "bitblast_strategies.h" #include "prop/sat_solver.h" -- cgit v1.2.3