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

NNF: dont allocate act_cache separately

This commit is contained in:
Nuno Lopes 2021-02-21 16:34:28 +00:00
parent 0f0a2171a7
commit 4a3d63f9e4
2 changed files with 7 additions and 8 deletions

View file

@ -49,7 +49,6 @@ Notes:
#include "ast/well_sorted.h"
#include "ast/rewriter/var_subst.h"
#include "ast/normal_forms/name_exprs.h"
#include "ast/act_cache.h"
#include "ast/ast_pp.h"
#include "ast/rewriter/quant_hoist.h"
#include "ast/ast_util.h"