mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 19:51: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
|
@ -18,10 +18,10 @@ Revision History:
|
|||
|
||||
--*/
|
||||
#include<sstream>
|
||||
#include"model_smt2_pp.h"
|
||||
#include"ast_smt2_pp.h"
|
||||
#include"func_decl_dependencies.h"
|
||||
#include"pp.h"
|
||||
#include "model/model_smt2_pp.h"
|
||||
#include "ast/ast_smt2_pp.h"
|
||||
#include "ast/func_decl_dependencies.h"
|
||||
#include "ast/pp.h"
|
||||
using namespace format_ns;
|
||||
|
||||
static void pp_indent(std::ostream & out, unsigned indent) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue