3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

clean up bv_numeral code and fix bug in how they are initialized

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-11-15 15:00:11 -08:00
parent 795e0c641a
commit 7f13cf13f2
2 changed files with 2 additions and 4 deletions

View file

@ -26,7 +26,6 @@ Revision History:
#include "util/string_buffer.h"
#include "ast/ast_util.h"
#include "ast/ast_smt2_pp.h"
#include "ast/bv_decl_plugin.h"
// -----------------------------------
//