summaryrefslogtreecommitdiff
path: root/src/util/statistics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/statistics.h')
-rw-r--r--src/util/statistics.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/statistics.h b/src/util/statistics.h
index 626db9c70..68d8d6fda 100644
--- a/src/util/statistics.h
+++ b/src/util/statistics.h
@@ -17,8 +17,8 @@
#include "cvc4_public.h"
-#ifndef __CVC4__STATISTICS_H
-#define __CVC4__STATISTICS_H
+#ifndef CVC4__STATISTICS_H
+#define CVC4__STATISTICS_H
#include <iterator>
#include <ostream>
@@ -132,4 +132,4 @@ public:
}/* CVC4 namespace */
-#endif /* __CVC4__STATISTICS_H */
+#endif /* CVC4__STATISTICS_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback