mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
fix path to moved header file
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b6c43f6143
commit
caca07c85f
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ Revision History:
|
|||
#include "muz/base/dl_context.h"
|
||||
#include "muz/base/fp_params.hpp"
|
||||
#include "muz/transforms/dl_mk_array_eq_rewrite.h"
|
||||
#include "ast/factor_equivs.h"
|
||||
#include "ast/rewriter/factor_equivs.h"
|
||||
|
||||
namespace datalog {
|
||||
|
||||
|
|
|
@ -70,7 +70,7 @@ Revision History:
|
|||
#define DL_MK_ARRAY_INSTANTIATION_H_
|
||||
|
||||
|
||||
#include "ast/factor_equivs.h"
|
||||
#include "ast/rewriter/factor_equivs.h"
|
||||
#include "muz/base/dl_rule_transformer.h"
|
||||
|
||||
namespace datalog {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue