mirror of
https://github.com/Z3Prover/z3
synced 2026-05-04 01:15:15 +00:00
more includes
This commit is contained in:
parent
66108085fa
commit
ecd85b314c
14 changed files with 152 additions and 146 deletions
|
|
@ -19,15 +19,16 @@ Revision History:
|
|||
--*/
|
||||
|
||||
#include <sstream>
|
||||
#include "spacer_manager.h"
|
||||
#include "ast_smt2_pp.h"
|
||||
#include "for_each_expr.h"
|
||||
#include "has_free_vars.h"
|
||||
#include "expr_replacer.h"
|
||||
#include "expr_abstract.h"
|
||||
#include "model2expr.h"
|
||||
#include "model_smt2_pp.h"
|
||||
#include "model_converter.h"
|
||||
|
||||
#include "muz/spacer/spacer_manager.h"
|
||||
#include "ast/ast_smt2_pp.h"
|
||||
#include "ast/for_each_expr.h"
|
||||
#include "ast/has_free_vars.h"
|
||||
#include "ast/rewriter/expr_replacer.h"
|
||||
#include "ast/expr_abstract.h"
|
||||
#include "model/model2expr.h"
|
||||
#include "model/model_smt2_pp.h"
|
||||
#include "tactic/model_converter.h"
|
||||
|
||||
namespace spacer {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue