summaryrefslogtreecommitdiff
path: root/src/proof/uf_proof.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/uf_proof.h')
-rw-r--r--src/proof/uf_proof.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/proof/uf_proof.h b/src/proof/uf_proof.h
index e5fd396c5..ca8b3f90e 100644
--- a/src/proof/uf_proof.h
+++ b/src/proof/uf_proof.h
@@ -16,8 +16,8 @@
#include "cvc4_private.h"
-#ifndef __CVC4__UF__PROOF_H
-#define __CVC4__UF__PROOF_H
+#ifndef CVC4__UF__PROOF_H
+#define CVC4__UF__PROOF_H
#include <memory>
#include <unordered_set>
@@ -102,4 +102,4 @@ public:
}/* CVC4 namespace */
-#endif /* __CVC4__UF__PROOF_H */
+#endif /* CVC4__UF__PROOF_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback