mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 16:25:48 +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
|
@ -17,11 +17,11 @@ Notes:
|
|||
|
||||
--*/
|
||||
#if !defined(__clang__)
|
||||
#include"polynomial.h"
|
||||
#include"polynomial_var2value.h"
|
||||
#include"polynomial_cache.h"
|
||||
#include"linear_eq_solver.h"
|
||||
#include"rlimit.h"
|
||||
#include "math/polynomial/polynomial.h"
|
||||
#include "math/polynomial/polynomial_var2value.h"
|
||||
#include "math/polynomial/polynomial_cache.h"
|
||||
#include "math/polynomial/linear_eq_solver.h"
|
||||
#include "util/rlimit.h"
|
||||
|
||||
static void tst1() {
|
||||
std::cout << "\n----- Basic testing -------\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue