mirror of
https://github.com/Z3Prover/z3
synced 2025-04-18 14:49:01 +00:00
reorder inclusion order to define smt_context before theory_sls
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ab2c992aa1
commit
f902feb478
|
@ -15,10 +15,11 @@ Author:
|
|||
|
||||
--*/
|
||||
|
||||
#include "smt/theory_sls.h"
|
||||
|
||||
#include "smt/smt_context.h"
|
||||
#include "ast/sls/sls_context.h"
|
||||
#include "ast/for_each_expr.h"
|
||||
#include "smt/theory_sls.h"
|
||||
|
||||
namespace smt {
|
||||
|
||||
|
|
Loading…
Reference in a new issue