mirror of
https://github.com/Z3Prover/z3
synced 2025-12-11 06:13:23 +00:00
make include paths uniformly use path relative to src. #534
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
71d80ab47f
commit
b19f94ae5b
1370 changed files with 5964 additions and 5901 deletions
|
|
@ -20,12 +20,12 @@ Revision History:
|
|||
#ifndef DL_MK_RULE_INLINER_H_
|
||||
#define DL_MK_RULE_INLINER_H_
|
||||
|
||||
#include "dl_context.h"
|
||||
#include "dl_rule_transformer.h"
|
||||
#include "dl_mk_interp_tail_simplifier.h"
|
||||
#include "unifier.h"
|
||||
#include "substitution.h"
|
||||
#include "substitution_tree.h"
|
||||
#include "muz/base/dl_context.h"
|
||||
#include "muz/base/dl_rule_transformer.h"
|
||||
#include "muz/transforms/dl_mk_interp_tail_simplifier.h"
|
||||
#include "ast/substitution/unifier.h"
|
||||
#include "ast/substitution/substitution.h"
|
||||
#include "ast/substitution/substitution_tree.h"
|
||||
|
||||
namespace datalog {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue