mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 04:26:00 +00:00
updated include directives
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
aefed78f1a
commit
2b82fd5d0c
87 changed files with 209 additions and 216 deletions
|
@ -32,7 +32,7 @@ Notes:
|
|||
#include "muz/spacer/spacer_manager.h"
|
||||
#include "muz/spacer/spacer_prop_solver.h"
|
||||
|
||||
#include "fixedpoint_params.hpp"
|
||||
#include "muz/base/fixedpoint_params.hpp"
|
||||
|
||||
namespace datalog {
|
||||
class rule_set;
|
||||
|
@ -174,7 +174,7 @@ class pred_transformer {
|
|||
};
|
||||
|
||||
/// manager of the lemmas in all the frames
|
||||
#include "spacer_legacy_frames.h"
|
||||
#include "muz/spacer/spacer_legacy_frames.h"
|
||||
class frames {
|
||||
private:
|
||||
pred_transformer &m_pt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue