summaryrefslogtreecommitdiff
path: root/src/util/statistics_registry.h
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-04-14 11:56:47 -0700
committerGitHub <noreply@github.com>2021-04-14 18:56:47 +0000
commite5c26181dab76704ad9a47126585fe2ec9d6cac2 (patch)
tree4f9d5a275091b73e825e0105be457c2b57f67d31 /src/util/statistics_registry.h
parentb6db4446a28d498af8fb4e629392985dfe2a976c (diff)
Rename public and private headers in src/include. (#6352)
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