mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
fix include dependencies for tbv
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9e69e1614e
commit
5bd900a7e1
3 changed files with 1 additions and 3 deletions
|
@ -25,7 +25,7 @@ Revision History:
|
||||||
#include "util/tbv.h"
|
#include "util/tbv.h"
|
||||||
#include "util/union_find.h"
|
#include "util/union_find.h"
|
||||||
#include "util/buffer.h"
|
#include "util/buffer.h"
|
||||||
|
#include "ast/ast.h"
|
||||||
|
|
||||||
class doc;
|
class doc;
|
||||||
template<typename M, typename T> class union_bvec;
|
template<typename M, typename T> class union_bvec;
|
||||||
|
|
|
@ -20,7 +20,6 @@ Revision History:
|
||||||
|
|
||||||
#include "util/tbv.h"
|
#include "util/tbv.h"
|
||||||
#include "util/hashtable.h"
|
#include "util/hashtable.h"
|
||||||
#include "ast/ast_util.h"
|
|
||||||
|
|
||||||
|
|
||||||
static bool s_debug_alloc = false;
|
static bool s_debug_alloc = false;
|
||||||
|
|
|
@ -23,7 +23,6 @@ Revision History:
|
||||||
#include "util/fixed_bit_vector.h"
|
#include "util/fixed_bit_vector.h"
|
||||||
#include "util/bit_vector.h"
|
#include "util/bit_vector.h"
|
||||||
#include "util/rational.h"
|
#include "util/rational.h"
|
||||||
#include "ast/ast.h"
|
|
||||||
|
|
||||||
class tbv;
|
class tbv;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue