summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/symmetry_breaker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/symmetry_breaker.h')
-rw-r--r--src/preprocessing/passes/symmetry_breaker.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/preprocessing/passes/symmetry_breaker.h b/src/preprocessing/passes/symmetry_breaker.h
index 6f3cd5e0b..6bb10ebb8 100644
--- a/src/preprocessing/passes/symmetry_breaker.h
+++ b/src/preprocessing/passes/symmetry_breaker.h
@@ -12,8 +12,8 @@
** \brief Symmetry breaker for theories
**/
-#ifndef __CVC4__PREPROCESSING__PASSES__SYMMETRY_BREAKER_H_
-#define __CVC4__PREPROCESSING__PASSES__SYMMETRY_BREAKER_H_
+#ifndef CVC4__PREPROCESSING__PASSES__SYMMETRY_BREAKER_H_
+#define CVC4__PREPROCESSING__PASSES__SYMMETRY_BREAKER_H_
#include <map>
#include <string>
@@ -106,4 +106,4 @@ class SymBreakerPass : public PreprocessingPass
} // namespace preprocessing
} // namespace CVC4
-#endif /* __CVC4__PREPROCESSING__PASSES__SYMMETRY_BREAKER_H_ */
+#endif /* CVC4__PREPROCESSING__PASSES__SYMMETRY_BREAKER_H_ */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback