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/decision/justification_heuristic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decision/justification_heuristic.h') diff --git a/src/decision/justification_heuristic.h b/src/decision/justification_heuristic.h index 5d83ed9fd..728c0a10d 100644 --- a/src/decision/justification_heuristic.h +++ b/src/decision/justification_heuristic.h @@ -19,7 +19,7 @@ * It needs access to the simplified but non-clausal formula. */ -#include "cvc4_private.h" +#include "cvc5_private.h" #ifndef CVC5__DECISION__JUSTIFICATION_HEURISTIC #define CVC5__DECISION__JUSTIFICATION_HEURISTIC -- cgit v1.2.3