3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-30 15:00:08 +00:00

minor code cleanup

This commit is contained in:
Nikolaj Bjorner 2022-12-02 07:54:32 -08:00
parent 3ebbb8472a
commit 59fa8964ca
3 changed files with 3 additions and 7 deletions

View file

@ -19,7 +19,6 @@ Notes:
#include "tactic/tactical.h"
#include "tactic/core/simplify_tactic.h"
#include "tactic/core/propagate_values_tactic.h"
#include "tactic/arith/propagate_ineqs_tactic.h"
#include "tactic/core/solve_eqs_tactic.h"
#include "tactic/core/elim_uncnstr_tactic.h"
#include "tactic/smtlogics/smt_tactic.h"