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/fmf/bounded_integers.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/theory/quantifiers/fmf/bounded_integers.h') diff --git a/src/theory/quantifiers/fmf/bounded_integers.h b/src/theory/quantifiers/fmf/bounded_integers.h index fc6fac92a..e4b5a6083 100644 --- a/src/theory/quantifiers/fmf/bounded_integers.h +++ b/src/theory/quantifiers/fmf/bounded_integers.h @@ -15,8 +15,8 @@ #include "cvc4_private.h" -#ifndef CVC4__BOUNDED_INTEGERS_H -#define CVC4__BOUNDED_INTEGERS_H +#ifndef CVC5__BOUNDED_INTEGERS_H +#define CVC5__BOUNDED_INTEGERS_H #include "theory/quantifiers/quant_module.h" -- cgit v1.2.3