summaryrefslogtreecommitdiff
path: root/src/theory/arith/arith_msum.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/arith_msum.h')
-rw-r--r--src/theory/arith/arith_msum.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/arith/arith_msum.h b/src/theory/arith/arith_msum.h
index 44cce854c..8a9dbf791 100644
--- a/src/theory/arith/arith_msum.h
+++ b/src/theory/arith/arith_msum.h
@@ -14,8 +14,8 @@
#include "cvc4_private.h"
-#ifndef __CVC4__THEORY__ARITH__MSUM_H
-#define __CVC4__THEORY__ARITH__MSUM_H
+#ifndef CVC4__THEORY__ARITH__MSUM_H
+#define CVC4__THEORY__ARITH__MSUM_H
#include <map>
@@ -185,4 +185,4 @@ class ArithMSum
} /* CVC4::theory namespace */
} /* CVC4 namespace */
-#endif /* __CVC4__THEORY__ARITH__MSUM_H */
+#endif /* CVC4__THEORY__ARITH__MSUM_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback