summaryrefslogtreecommitdiff
path: root/src/theory/uf/ho_extension.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/uf/ho_extension.h')
-rw-r--r--src/theory/uf/ho_extension.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/uf/ho_extension.h b/src/theory/uf/ho_extension.h
index d703feb88..184be6522 100644
--- a/src/theory/uf/ho_extension.h
+++ b/src/theory/uf/ho_extension.h
@@ -14,8 +14,8 @@
#include "cvc4_private.h"
-#ifndef __CVC4__THEORY__UF__HO_EXTENSION_H
-#define __CVC4__THEORY__UF__HO_EXTENSION_H
+#ifndef __CVC5__THEORY__UF__HO_EXTENSION_H
+#define __CVC5__THEORY__UF__HO_EXTENSION_H
#include "context/cdhashmap.h"
#include "context/cdhashset.h"
@@ -200,4 +200,4 @@ class HoExtension
} // namespace theory
} // namespace cvc5
-#endif /* __CVC4__THEORY__UF__HO_EXTENSION_H */
+#endif /* __CVC5__THEORY__UF__HO_EXTENSION_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback