mirror of
https://github.com/Z3Prover/z3
synced 2025-08-21 02:30:23 +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,12 +17,12 @@ Revision History:
|
|||
|
||||
--*/
|
||||
#include<cstdlib>
|
||||
#include"interval_def.h"
|
||||
#include"dependency.h"
|
||||
#include"mpq.h"
|
||||
#include"ast.h"
|
||||
#include"debug.h"
|
||||
#include"rlimit.h"
|
||||
#include "math/interval/interval_def.h"
|
||||
#include "util/dependency.h"
|
||||
#include "util/mpq.h"
|
||||
#include "ast/ast.h"
|
||||
#include "util/debug.h"
|
||||
#include "util/rlimit.h"
|
||||
|
||||
template class interval_manager<im_default_config>;
|
||||
typedef im_default_config::interval interval;
|
||||
|
@ -390,7 +390,7 @@ static void tst_div(unsigned N, unsigned magnitude) {
|
|||
del_interval(imc, a); del_interval(imc, b); del_interval(imc, r);
|
||||
}
|
||||
|
||||
#include"im_float_config.h"
|
||||
#include "test/im_float_config.h"
|
||||
|
||||
#if 0
|
||||
static void tst_float() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue