summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/sygus_abduct.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/sygus_abduct.h')
-rw-r--r--src/preprocessing/passes/sygus_abduct.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/preprocessing/passes/sygus_abduct.h b/src/preprocessing/passes/sygus_abduct.h
index 8e83bf1d7..0e0868cda 100644
--- a/src/preprocessing/passes/sygus_abduct.h
+++ b/src/preprocessing/passes/sygus_abduct.h
@@ -13,8 +13,8 @@
** input into an abduction problem.
**/
-#ifndef __CVC4__PREPROCESSING__PASSES__SYGUS_ABDUCT_H
-#define __CVC4__PREPROCESSING__PASSES__SYGUS_ABDUCT_H
+#ifndef CVC4__PREPROCESSING__PASSES__SYGUS_ABDUCT_H
+#define CVC4__PREPROCESSING__PASSES__SYGUS_ABDUCT_H
#include "preprocessing/preprocessing_pass.h"
#include "preprocessing/preprocessing_pass_context.h"
@@ -69,4 +69,4 @@ class SygusAbduct : public PreprocessingPass
} // namespace preprocessing
} // namespace CVC4
-#endif /* __CVC4__PREPROCESSING__PASSES__SYGUS_ABDUCT_H_ */
+#endif /* CVC4__PREPROCESSING__PASSES__SYGUS_ABDUCT_H_ */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback