mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55: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
|
@ -24,12 +24,12 @@ Revision History:
|
|||
#ifndef VECTOR_H_
|
||||
#define VECTOR_H_
|
||||
|
||||
#include"debug.h"
|
||||
#include "util/debug.h"
|
||||
#include<algorithm>
|
||||
#include<memory.h>
|
||||
#include"memory_manager.h"
|
||||
#include"hash.h"
|
||||
#include"z3_exception.h"
|
||||
#include "util/memory_manager.h"
|
||||
#include "util/hash.h"
|
||||
#include "util/z3_exception.h"
|
||||
|
||||
// disable warning for constant 'if' expressions.
|
||||
// these are used heavily in templates.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue