summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/term_canonize.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/term_canonize.h')
-rw-r--r--src/theory/quantifiers/term_canonize.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/quantifiers/term_canonize.h b/src/theory/quantifiers/term_canonize.h
index b433992c8..8f7b8722e 100644
--- a/src/theory/quantifiers/term_canonize.h
+++ b/src/theory/quantifiers/term_canonize.h
@@ -14,8 +14,8 @@
#include "cvc4_private.h"
-#ifndef __CVC4__THEORY__QUANTIFIERS__TERM_CANONIZE_H
-#define __CVC4__THEORY__QUANTIFIERS__TERM_CANONIZE_H
+#ifndef CVC4__THEORY__QUANTIFIERS__TERM_CANONIZE_H
+#define CVC4__THEORY__QUANTIFIERS__TERM_CANONIZE_H
#include <map>
#include "expr/node.h"
@@ -89,4 +89,4 @@ class TermCanonize
} // namespace theory
} // namespace CVC4
-#endif /* __CVC4__THEORY__QUANTIFIERS__TERM_CANONIZE_H */
+#endif /* CVC4__THEORY__QUANTIFIERS__TERM_CANONIZE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback