mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 11:41:22 +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
|
@ -46,12 +46,12 @@ Revision History:
|
|||
#ifndef SMT_MODEL_FINDER_H_
|
||||
#define SMT_MODEL_FINDER_H_
|
||||
|
||||
#include"ast.h"
|
||||
#include"func_decl_dependencies.h"
|
||||
#include"simplifier.h"
|
||||
#include"proto_model.h"
|
||||
#include"cooperate.h"
|
||||
#include"tactic_exception.h"
|
||||
#include "ast/ast.h"
|
||||
#include "ast/func_decl_dependencies.h"
|
||||
#include "ast/simplifier/simplifier.h"
|
||||
#include "smt/proto_model/proto_model.h"
|
||||
#include "util/cooperate.h"
|
||||
#include "tactic/tactic_exception.h"
|
||||
|
||||
namespace smt {
|
||||
class context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue