From 550c49a7dd2b13ea29743458336f0c0a0fb6099a Mon Sep 17 00:00:00 2001 From: Aina Niemetz Date: Fri, 9 Apr 2021 16:14:21 -0700 Subject: Rename CVC4__ header guards to CVC5__. (#6326) --- src/theory/quantifiers/bv_inverter_utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/theory/quantifiers/bv_inverter_utils.h') diff --git a/src/theory/quantifiers/bv_inverter_utils.h b/src/theory/quantifiers/bv_inverter_utils.h index 823855d1b..2fbdf5b67 100644 --- a/src/theory/quantifiers/bv_inverter_utils.h +++ b/src/theory/quantifiers/bv_inverter_utils.h @@ -14,8 +14,8 @@ #include "cvc4_private.h" -#ifndef CVC4__BV_INVERTER_UTILS_H -#define CVC4__BV_INVERTER_UTILS_H +#ifndef CVC5__BV_INVERTER_UTILS_H +#define CVC5__BV_INVERTER_UTILS_H #include "expr/node.h" -- cgit v1.2.3