mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 10:05:32 +00:00
separate out, add copy constructor
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2955b0c2ef
commit
0d5cfe9292
5 changed files with 56 additions and 35 deletions
|
@ -21,6 +21,7 @@ Revision History:
|
|||
|
||||
#include "util/obj_hashtable.h"
|
||||
#include "ast/ast_util.h"
|
||||
#include "ast/justified_expr.h"
|
||||
#include "ast/recurse_expr.h"
|
||||
#include "ast/func_decl_dependencies.h"
|
||||
#include "ast/macros/macro_util.h"
|
||||
|
|
|
@ -20,6 +20,7 @@ Revision History:
|
|||
#define QUASI_MACROS_H_
|
||||
|
||||
#include<sstream>
|
||||
#include "ast/justified_expr.h"
|
||||
#include "ast/macros/macro_manager.h"
|
||||
#include "ast/rewriter/th_rewriter.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue