mirror of
https://github.com/Z3Prover/z3
synced 2025-06-14 01:46:15 +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,8 +21,8 @@ Revision History:
|
|||
#define _WIN32_WINNT 0x0600
|
||||
#endif
|
||||
|
||||
#include"z3_exception.h"
|
||||
#include"z3_omp.h"
|
||||
#include "util/z3_exception.h"
|
||||
#include "util/z3_omp.h"
|
||||
#if defined(_WINDOWS) || defined(_CYGWIN)
|
||||
// Windows
|
||||
#include<windows.h>
|
||||
|
@ -44,14 +44,14 @@ Revision History:
|
|||
// Other platforms
|
||||
#endif
|
||||
|
||||
#include"scoped_timer.h"
|
||||
#include "util/scoped_timer.h"
|
||||
#ifdef _CYGWIN
|
||||
#undef min
|
||||
#undef max
|
||||
#endif
|
||||
#include"util.h"
|
||||
#include "util/util.h"
|
||||
#include<limits.h>
|
||||
#include"z3_omp.h"
|
||||
#include "util/z3_omp.h"
|
||||
|
||||
struct scoped_timer::imp {
|
||||
event_handler * m_eh;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue