mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 08:58:44 +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,13 +17,13 @@ Revision History:
|
|||
|
||||
--*/
|
||||
#include<cstdlib>
|
||||
#include"interval_def.h"
|
||||
#include"dependency.h"
|
||||
#include"mpq.h"
|
||||
#include"ast.h"
|
||||
#include"debug.h"
|
||||
#include"im_float_config.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 "test/im_float_config.h"
|
||||
#include "util/rlimit.h"
|
||||
|
||||
#define PREC 100000
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue