mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +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
|
@ -20,7 +20,6 @@ Revision History:
|
|||
|
||||
#include "util/tbv.h"
|
||||
#include "util/hashtable.h"
|
||||
#include "ast/ast_util.h"
|
||||
|
||||
|
||||
static bool s_debug_alloc = false;
|
||||
|
|
|
@ -23,7 +23,6 @@ Revision History:
|
|||
#include "util/fixed_bit_vector.h"
|
||||
#include "util/bit_vector.h"
|
||||
#include "util/rational.h"
|
||||
#include "ast/ast.h"
|
||||
|
||||
class tbv;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue