summaryrefslogtreecommitdiff
path: root/src/prop/cadical.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/cadical.h')
-rw-r--r--src/prop/cadical.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/prop/cadical.h b/src/prop/cadical.h
index 747c9ddb2..e43a2d278 100644
--- a/src/prop/cadical.h
+++ b/src/prop/cadical.h
@@ -16,8 +16,8 @@
#include "cvc4_private.h"
-#ifndef __CVC4__PROP__CADICAL_H
-#define __CVC4__PROP__CADICAL_H
+#ifndef CVC4__PROP__CADICAL_H
+#define CVC4__PROP__CADICAL_H
#ifdef CVC4_USE_CADICAL
@@ -87,4 +87,4 @@ class CadicalSolver : public SatSolver
} // namespace CVC4
#endif // CVC4_USE_CADICAL
-#endif // __CVC4__PROP__CADICAL_H
+#endif // CVC4__PROP__CADICAL_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback