mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 07:15:26 +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
|
@ -20,8 +20,8 @@ Revision History:
|
|||
#ifndef MODEL_SMT2_PP_H_
|
||||
#define MODEL_SMT2_PP_H_
|
||||
|
||||
#include"ast_printer.h"
|
||||
#include"model_core.h"
|
||||
#include "ast/ast_printer.h"
|
||||
#include "model/model_core.h"
|
||||
|
||||
void model_smt2_pp(std::ostream & out, ast_printer_context & ctx, model_core const & m, unsigned indent);
|
||||
void model_smt2_pp(std::ostream & out, ast_manager & m, model_core const & md, unsigned indent);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue