mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15: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
|
@ -18,6 +18,6 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#include "automaton.h"
|
||||
#include "math/automata/automaton.h"
|
||||
|
||||
template class automaton<unsigned>;
|
||||
|
|
|
@ -22,9 +22,9 @@ Revision History:
|
|||
#define AUTOMATON_H_
|
||||
|
||||
|
||||
#include "util.h"
|
||||
#include "vector.h"
|
||||
#include "uint_set.h"
|
||||
#include "util/util.h"
|
||||
#include "util/vector.h"
|
||||
#include "util/uint_set.h"
|
||||
|
||||
template<class T>
|
||||
class default_value_manager {
|
||||
|
|
|
@ -21,7 +21,7 @@ Revision History:
|
|||
#ifndef BOOLEAN_ALGEBRA_H_
|
||||
#define BOOLEAN_ALGEBRA_H_
|
||||
|
||||
#include "util.h"
|
||||
#include "util/util.h"
|
||||
|
||||
template<class T>
|
||||
class positive_boolean_algebra {
|
||||
|
|
|
@ -22,8 +22,8 @@ Revision History:
|
|||
#define SYMBOLIC_AUTOMATA_H_
|
||||
|
||||
|
||||
#include "automaton.h"
|
||||
#include "boolean_algebra.h"
|
||||
#include "math/automata/automaton.h"
|
||||
#include "math/automata/boolean_algebra.h"
|
||||
|
||||
|
||||
template<class T, class M = default_value_manager<T> >
|
||||
|
|
|
@ -22,8 +22,8 @@ Revision History:
|
|||
#define SYMBOLIC_AUTOMATA_DEF_H_
|
||||
|
||||
|
||||
#include "symbolic_automata.h"
|
||||
#include "hashtable.h"
|
||||
#include "math/automata/symbolic_automata.h"
|
||||
#include "util/hashtable.h"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue