mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 21:16:02 +00:00
base -> core
This commit is contained in:
parent
959f4c9440
commit
b5efb87118
3 changed files with 6 additions and 7 deletions
|
|
@ -20,11 +20,11 @@ Notes:
|
|||
--*/
|
||||
#pragma once
|
||||
|
||||
#include "tactic/goal.h"
|
||||
#include "util/params.h"
|
||||
#include "util/statistics.h"
|
||||
#include "tactic/tactic_exception.h"
|
||||
#include "util/lbool.h"
|
||||
#include "util/statistics.h"
|
||||
#include "tactic/goal.h"
|
||||
#include "tactic/tactic_exception.h"
|
||||
|
||||
class progress_callback;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue