summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/ite_removal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/ite_removal.h')
-rw-r--r--src/preprocessing/passes/ite_removal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/preprocessing/passes/ite_removal.h b/src/preprocessing/passes/ite_removal.h
index cdc104dbe..5620b4afb 100644
--- a/src/preprocessing/passes/ite_removal.h
+++ b/src/preprocessing/passes/ite_removal.h
@@ -17,8 +17,8 @@
#include "cvc4_private.h"
-#ifndef __CVC4__PREPROCESSING__PASSES__ITE_REMOVAL_H
-#define __CVC4__PREPROCESSING__PASSES__ITE_REMOVAL_H
+#ifndef CVC4__PREPROCESSING__PASSES__ITE_REMOVAL_H
+#define CVC4__PREPROCESSING__PASSES__ITE_REMOVAL_H
#include <unordered_set>
#include <vector>
@@ -43,4 +43,4 @@ class IteRemoval : public PreprocessingPass
} // namespace preprocessing
} // namespace CVC4
-#endif // __CVC4__PREPROCESSING__PASSES__ITE_REMOVAL_H
+#endif // CVC4__PREPROCESSING__PASSES__ITE_REMOVAL_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback