mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 00:32:16 +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,13 +21,13 @@ Notes:
|
|||
#ifndef TACTIC_H_
|
||||
#define TACTIC_H_
|
||||
|
||||
#include"goal.h"
|
||||
#include"params.h"
|
||||
#include"statistics.h"
|
||||
#include"model_converter.h"
|
||||
#include"proof_converter.h"
|
||||
#include"tactic_exception.h"
|
||||
#include"lbool.h"
|
||||
#include "tactic/goal.h"
|
||||
#include "util/params.h"
|
||||
#include "util/statistics.h"
|
||||
#include "tactic/model_converter.h"
|
||||
#include "tactic/proof_converter.h"
|
||||
#include "tactic/tactic_exception.h"
|
||||
#include "util/lbool.h"
|
||||
|
||||
class progress_callback;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue