mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +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
|
@ -18,22 +18,22 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#include "nlqsat.h"
|
||||
#include "nlsat_solver.h"
|
||||
#include "nlsat_explain.h"
|
||||
#include "nlsat_assignment.h"
|
||||
#include "qsat.h"
|
||||
#include "quant_hoist.h"
|
||||
#include "goal2nlsat.h"
|
||||
#include "expr2var.h"
|
||||
#include "uint_set.h"
|
||||
#include "ast_util.h"
|
||||
#include "tseitin_cnf_tactic.h"
|
||||
#include "expr_safe_replace.h"
|
||||
#include "ast_pp.h"
|
||||
#include "for_each_expr.h"
|
||||
#include "rewriter.h"
|
||||
#include "rewriter_def.h"
|
||||
#include "qe/nlqsat.h"
|
||||
#include "nlsat/nlsat_solver.h"
|
||||
#include "nlsat/nlsat_explain.h"
|
||||
#include "nlsat/nlsat_assignment.h"
|
||||
#include "qe/qsat.h"
|
||||
#include "ast/rewriter/quant_hoist.h"
|
||||
#include "nlsat/tactic/goal2nlsat.h"
|
||||
#include "ast/expr2var.h"
|
||||
#include "util/uint_set.h"
|
||||
#include "ast/ast_util.h"
|
||||
#include "tactic/core/tseitin_cnf_tactic.h"
|
||||
#include "ast/rewriter/expr_safe_replace.h"
|
||||
#include "ast/ast_pp.h"
|
||||
#include "ast/for_each_expr.h"
|
||||
#include "ast/rewriter/rewriter.h"
|
||||
#include "ast/rewriter/rewriter_def.h"
|
||||
|
||||
|
||||
namespace qe {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue