mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 10:20: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
|
@ -16,10 +16,10 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#include"aig.h"
|
||||
#include"goal.h"
|
||||
#include"ast_smt2_pp.h"
|
||||
#include"cooperate.h"
|
||||
#include "tactic/aig/aig.h"
|
||||
#include "tactic/goal.h"
|
||||
#include "ast/ast_smt2_pp.h"
|
||||
#include "util/cooperate.h"
|
||||
|
||||
#define USE_TWO_LEVEL_RULES
|
||||
#define FIRST_NODE_ID (UINT_MAX/2)
|
||||
|
|
|
@ -19,8 +19,8 @@ Notes:
|
|||
#ifndef AIG_H_
|
||||
#define AIG_H_
|
||||
|
||||
#include"ast.h"
|
||||
#include"tactic_exception.h"
|
||||
#include "ast/ast.h"
|
||||
#include "tactic/tactic_exception.h"
|
||||
|
||||
class goal;
|
||||
class aig_lit;
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#include"tactical.h"
|
||||
#include"aig.h"
|
||||
#include "tactic/tactical.h"
|
||||
#include "tactic/aig/aig.h"
|
||||
|
||||
class aig_manager;
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ Notes:
|
|||
#ifndef AIG_TACTIC_H_
|
||||
#define AIG_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
#include "util/params.h"
|
||||
class tactic;
|
||||
|
||||
tactic * mk_aig_tactic(params_ref const & p = params_ref());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue