summaryrefslogtreecommitdiff
path: root/src/util/statistics_registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/statistics_registry.h')
-rw-r--r--src/util/statistics_registry.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/statistics_registry.h b/src/util/statistics_registry.h
index 522a156e2..098d88c07 100644
--- a/src/util/statistics_registry.h
+++ b/src/util/statistics_registry.h
@@ -16,7 +16,7 @@
* to) statistics, the statistics registry, and some other associated
* classes.
*
- * This file is somewhat unique in that it is a "cvc4_private_library.h"
+ * This file is somewhat unique in that it is a "cvc5_private_library.h"
* header. Because of this, most classes need to be marked as CVC4_EXPORT.
* This is because CVC4_EXPORT is connected to the visibility of the linkage
* in the object files for the class. It does not dictate what headers are
@@ -80,7 +80,7 @@
* (like operator++() or operator+=())
*/
-#include "cvc4_private_library.h"
+#include "cvc5_private_library.h"
#ifndef CVC5__STATISTICS_REGISTRY_H
#define CVC5__STATISTICS_REGISTRY_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback