From e5c26181dab76704ad9a47126585fe2ec9d6cac2 Mon Sep 17 00:00:00 2001 From: Aina Niemetz Date: Wed, 14 Apr 2021 11:56:47 -0700 Subject: Rename public and private headers in src/include. (#6352) --- src/preprocessing/passes/quantifiers_preprocess.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/preprocessing/passes/quantifiers_preprocess.h') diff --git a/src/preprocessing/passes/quantifiers_preprocess.h b/src/preprocessing/passes/quantifiers_preprocess.h index 50781a8ef..511b51459 100644 --- a/src/preprocessing/passes/quantifiers_preprocess.h +++ b/src/preprocessing/passes/quantifiers_preprocess.h @@ -16,7 +16,7 @@ * pre-skolemization to existential quantifiers */ -#include "cvc4_private.h" +#include "cvc5_private.h" #ifndef CVC5__PREPROCESSING__PASSES__QUANTIFIERS_PREPROCESS_H #define CVC5__PREPROCESSING__PASSES__QUANTIFIERS_PREPROCESS_H -- cgit v1.2.3