summaryrefslogtreecommitdiff
path: root/src/prop/sat_solver_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/sat_solver_factory.h')
-rw-r--r--src/prop/sat_solver_factory.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/prop/sat_solver_factory.h b/src/prop/sat_solver_factory.h
index 68c23de0b..5f8649768 100644
--- a/src/prop/sat_solver_factory.h
+++ b/src/prop/sat_solver_factory.h
@@ -16,8 +16,8 @@
#include "cvc4_private.h"
-#ifndef __CVC4__PROP__SAT_SOLVER_FACTORY_H
-#define __CVC4__PROP__SAT_SOLVER_FACTORY_H
+#ifndef CVC4__PROP__SAT_SOLVER_FACTORY_H
+#define CVC4__PROP__SAT_SOLVER_FACTORY_H
#include <string>
#include <vector>
@@ -50,4 +50,4 @@ class SatSolverFactory
} // namespace prop
} // namespace CVC4
-#endif // __CVC4__PROP__SAT_SOLVER_FACTORY_H
+#endif // CVC4__PROP__SAT_SOLVER_FACTORY_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback