mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 05:30:51 +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
|
@ -28,11 +28,11 @@ Revision History:
|
|||
#ifndef HILBERT_BASIS_H_
|
||||
#define HILBERT_BASIS_H_
|
||||
|
||||
#include "rational.h"
|
||||
#include "lbool.h"
|
||||
#include "statistics.h"
|
||||
#include "checked_int64.h"
|
||||
#include "rlimit.h"
|
||||
#include "util/rational.h"
|
||||
#include "util/lbool.h"
|
||||
#include "util/statistics.h"
|
||||
#include "util/checked_int64.h"
|
||||
#include "util/rlimit.h"
|
||||
|
||||
typedef vector<rational> rational_vector;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue