summaryrefslogtreecommitdiff
path: root/src/theory/decision_strategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/decision_strategy.h')
-rw-r--r--src/theory/decision_strategy.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/decision_strategy.h b/src/theory/decision_strategy.h
index a01cf25c0..65b80b7f6 100644
--- a/src/theory/decision_strategy.h
+++ b/src/theory/decision_strategy.h
@@ -15,8 +15,8 @@
#include "cvc4_private.h"
-#ifndef __CVC4__THEORY__DECISION_STRATEGY__H
-#define __CVC4__THEORY__DECISION_STRATEGY__H
+#ifndef CVC4__THEORY__DECISION_STRATEGY__H
+#define CVC4__THEORY__DECISION_STRATEGY__H
#include <map>
#include "context/cdo.h"
@@ -143,4 +143,4 @@ class DecisionStrategySingleton : public DecisionStrategyFmf
} // namespace theory
} // namespace CVC4
-#endif /* __CVC4__THEORY__DECISION_STRATEGY__H */
+#endif /* CVC4__THEORY__DECISION_STRATEGY__H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback