summaryrefslogtreecommitdiff
path: root/src/theory/bv/bitblast/bitblast_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/bitblast/bitblast_utils.h')
-rw-r--r--src/theory/bv/bitblast/bitblast_utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/bv/bitblast/bitblast_utils.h b/src/theory/bv/bitblast/bitblast_utils.h
index a4c4261d2..f2bee22e5 100644
--- a/src/theory/bv/bitblast/bitblast_utils.h
+++ b/src/theory/bv/bitblast/bitblast_utils.h
@@ -16,8 +16,8 @@
#include "cvc4_private.h"
-#ifndef __CVC4__THEORY__BV__BITBLAST__BITBLAST_UTILS_H
-#define __CVC4__THEORY__BV__BITBLAST__BITBLAST_UTILS_H
+#ifndef CVC4__THEORY__BV__BITBLAST__BITBLAST_UTILS_H
+#define CVC4__THEORY__BV__BITBLAST__BITBLAST_UTILS_H
#include <ostream>
@@ -269,4 +269,4 @@ T inline sLessThanBB(const std::vector<T>&a, const std::vector<T>& b, bool orEqu
} // namespace theory
} // namespace CVC4
-#endif // __CVC4__THEORY__BV__BITBLAST__BITBLAST_UTILS_H
+#endif // CVC4__THEORY__BV__BITBLAST__BITBLAST_UTILS_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback