mirror of
https://github.com/Z3Prover/z3
synced 2025-06-24 23:03:41 +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
|
@ -19,14 +19,14 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#include "quant_hoist.h"
|
||||
#include "expr_functors.h"
|
||||
#include "ast_smt_pp.h"
|
||||
#include "bool_rewriter.h"
|
||||
#include "var_subst.h"
|
||||
#include "ast_pp.h"
|
||||
#include "ast_counter.h"
|
||||
#include "expr_safe_replace.h"
|
||||
#include "ast/rewriter/quant_hoist.h"
|
||||
#include "ast/expr_functors.h"
|
||||
#include "ast/ast_smt_pp.h"
|
||||
#include "ast/rewriter/bool_rewriter.h"
|
||||
#include "ast/rewriter/var_subst.h"
|
||||
#include "ast/ast_pp.h"
|
||||
#include "ast/rewriter/ast_counter.h"
|
||||
#include "ast/rewriter/expr_safe_replace.h"
|
||||
|
||||
//
|
||||
// Bring quantifiers of common type into prenex form.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue