mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +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
|
@ -37,11 +37,11 @@ Notes:
|
|||
#ifndef HEAP_TRIE_H_
|
||||
#define HEAP_TRIE_H_
|
||||
|
||||
#include "map.h"
|
||||
#include "vector.h"
|
||||
#include "buffer.h"
|
||||
#include "statistics.h"
|
||||
#include "small_object_allocator.h"
|
||||
#include "util/map.h"
|
||||
#include "util/vector.h"
|
||||
#include "util/buffer.h"
|
||||
#include "util/statistics.h"
|
||||
#include "util/small_object_allocator.h"
|
||||
|
||||
|
||||
template<typename Key, typename KeyLE, typename KeyHash, typename Value>
|
||||
|
|
|
@ -17,11 +17,11 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#include "hilbert_basis.h"
|
||||
#include "heap.h"
|
||||
#include "map.h"
|
||||
#include "heap_trie.h"
|
||||
#include "stopwatch.h"
|
||||
#include "math/hilbert/hilbert_basis.h"
|
||||
#include "util/heap.h"
|
||||
#include "util/map.h"
|
||||
#include "math/hilbert/heap_trie.h"
|
||||
#include "util/stopwatch.h"
|
||||
|
||||
|
||||
typedef int_hashtable<int_hash, default_eq<int> > int_table;
|
||||
|
|
|
@ -28,11 +28,11 @@ Revision History:
|
|||
#ifndef HILBERT_BASIS_H_
|
||||
#define HILBERT_BASIS_H_
|
||||
|
||||
#include "rational.h"
|
||||
#include "lbool.h"
|
||||
#include "statistics.h"
|
||||
#include "checked_int64.h"
|
||||
#include "rlimit.h"
|
||||
#include "util/rational.h"
|
||||
#include "util/lbool.h"
|
||||
#include "util/statistics.h"
|
||||
#include "util/checked_int64.h"
|
||||
#include "util/rlimit.h"
|
||||
|
||||
typedef vector<rational> rational_vector;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue