summaryrefslogtreecommitdiff
path: root/src/proof/unsat_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/unsat_core.h')
-rw-r--r--src/proof/unsat_core.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/proof/unsat_core.h b/src/proof/unsat_core.h
index 6e0c84840..0217b6326 100644
--- a/src/proof/unsat_core.h
+++ b/src/proof/unsat_core.h
@@ -17,8 +17,8 @@
#include "cvc4_public.h"
-#ifndef __CVC4__UNSAT_CORE_H
-#define __CVC4__UNSAT_CORE_H
+#ifndef CVC4__UNSAT_CORE_H
+#define CVC4__UNSAT_CORE_H
#include <iosfwd>
#include <vector>
@@ -71,4 +71,4 @@ public:
}/* CVC4 namespace */
-#endif /* __CVC4__UNSAT_CORE_H */
+#endif /* CVC4__UNSAT_CORE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback