summaryrefslogtreecommitdiff
path: root/src/smt_util
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt_util')
-rw-r--r--src/smt_util/boolean_simplification.h6
-rw-r--r--src/smt_util/lemma_channels.h6
-rw-r--r--src/smt_util/lemma_input_channel.h6
-rw-r--r--src/smt_util/lemma_output_channel.h6
4 files changed, 12 insertions, 12 deletions
diff --git a/src/smt_util/boolean_simplification.h b/src/smt_util/boolean_simplification.h
index 71e0b55f3..c1e2e4d76 100644
--- a/src/smt_util/boolean_simplification.h
+++ b/src/smt_util/boolean_simplification.h
@@ -16,8 +16,8 @@
#include "cvc4_private.h"
-#ifndef __CVC4__BOOLEAN_SIMPLIFICATION_H
-#define __CVC4__BOOLEAN_SIMPLIFICATION_H
+#ifndef CVC4__BOOLEAN_SIMPLIFICATION_H
+#define CVC4__BOOLEAN_SIMPLIFICATION_H
#include <vector>
#include <algorithm>
@@ -238,4 +238,4 @@ class BooleanSimplification {
}/* CVC4 namespace */
-#endif /* __CVC4__BOOLEAN_SIMPLIFICATION_H */
+#endif /* CVC4__BOOLEAN_SIMPLIFICATION_H */
diff --git a/src/smt_util/lemma_channels.h b/src/smt_util/lemma_channels.h
index beafac58f..40c58dd24 100644
--- a/src/smt_util/lemma_channels.h
+++ b/src/smt_util/lemma_channels.h
@@ -25,8 +25,8 @@
#include "cvc4_public.h"
-#ifndef __CVC4__SMT_UTIL__LEMMA_CHANNELS_H
-#define __CVC4__SMT_UTIL__LEMMA_CHANNELS_H
+#ifndef CVC4__SMT_UTIL__LEMMA_CHANNELS_H
+#define CVC4__SMT_UTIL__LEMMA_CHANNELS_H
#include <iosfwd>
#include <string>
@@ -74,4 +74,4 @@ class CVC4_PUBLIC LemmaChannels {
} /* namespace CVC4 */
-#endif /* __CVC4__SMT_UTIL__LEMMA_CHANNELS_H */
+#endif /* CVC4__SMT_UTIL__LEMMA_CHANNELS_H */
diff --git a/src/smt_util/lemma_input_channel.h b/src/smt_util/lemma_input_channel.h
index 2140e9297..16bb457c8 100644
--- a/src/smt_util/lemma_input_channel.h
+++ b/src/smt_util/lemma_input_channel.h
@@ -17,8 +17,8 @@
#include "cvc4_public.h"
-#ifndef __CVC4__LEMMA_INPUT_CHANNEL_H
-#define __CVC4__LEMMA_INPUT_CHANNEL_H
+#ifndef CVC4__LEMMA_INPUT_CHANNEL_H
+#define CVC4__LEMMA_INPUT_CHANNEL_H
#include "expr/expr.h"
@@ -35,4 +35,4 @@ public:
}/* CVC4 namespace */
-#endif /* __CVC4__LEMMA_INPUT_CHANNEL_H */
+#endif /* CVC4__LEMMA_INPUT_CHANNEL_H */
diff --git a/src/smt_util/lemma_output_channel.h b/src/smt_util/lemma_output_channel.h
index e53f1b8bc..e2218775d 100644
--- a/src/smt_util/lemma_output_channel.h
+++ b/src/smt_util/lemma_output_channel.h
@@ -18,8 +18,8 @@
#include "cvc4_public.h"
-#ifndef __CVC4__LEMMA_OUTPUT_CHANNEL_H
-#define __CVC4__LEMMA_OUTPUT_CHANNEL_H
+#ifndef CVC4__LEMMA_OUTPUT_CHANNEL_H
+#define CVC4__LEMMA_OUTPUT_CHANNEL_H
#include "expr/expr.h"
@@ -43,4 +43,4 @@ public:
}/* CVC4 namespace */
-#endif /* __CVC4__LEMMA_OUTPUT_CHANNEL_H */
+#endif /* CVC4__LEMMA_OUTPUT_CHANNEL_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback