summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/quant_epr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/quant_epr.h')
-rw-r--r--src/theory/quantifiers/quant_epr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/quantifiers/quant_epr.h b/src/theory/quantifiers/quant_epr.h
index 9eda74d25..1284dde33 100644
--- a/src/theory/quantifiers/quant_epr.h
+++ b/src/theory/quantifiers/quant_epr.h
@@ -14,8 +14,8 @@
#include "cvc4_private.h"
-#ifndef __CVC4__THEORY__QUANT_EPR_H
-#define __CVC4__THEORY__QUANT_EPR_H
+#ifndef CVC4__THEORY__QUANT_EPR_H
+#define CVC4__THEORY__QUANT_EPR_H
#include <map>
@@ -101,4 +101,4 @@ class QuantEPR
} /* CVC4::theory namespace */
} /* CVC4 namespace */
-#endif /* __CVC4__THEORY__QUANT_EPR_H */
+#endif /* CVC4__THEORY__QUANT_EPR_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback