mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +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
|
@ -21,17 +21,17 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#include"fm_tactic.h"
|
||||
#include"tactical.h"
|
||||
#include"arith_decl_plugin.h"
|
||||
#include"for_each_expr.h"
|
||||
#include"cooperate.h"
|
||||
#include"ast_smt2_pp.h"
|
||||
#include"ast_pp.h"
|
||||
#include"id_gen.h"
|
||||
#include"model_evaluator.h"
|
||||
#include"model_v2_pp.h"
|
||||
#include"simplify_tactic.h"
|
||||
#include "tactic/arith/fm_tactic.h"
|
||||
#include "tactic/tactical.h"
|
||||
#include "ast/arith_decl_plugin.h"
|
||||
#include "ast/for_each_expr.h"
|
||||
#include "util/cooperate.h"
|
||||
#include "ast/ast_smt2_pp.h"
|
||||
#include "ast/ast_pp.h"
|
||||
#include "util/id_gen.h"
|
||||
#include "model/model_evaluator.h"
|
||||
#include "model/model_v2_pp.h"
|
||||
#include "tactic/core/simplify_tactic.h"
|
||||
|
||||
class fm_tactic : public tactic {
|
||||
typedef ptr_vector<app> clauses;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue