3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-18 02:53:46 +00:00

Remove unnecessary include for smt_context.h

This commit is contained in:
Nikolaj Bjorner 2026-03-14 11:09:56 -07:00 committed by GitHub
parent de2cfb82e3
commit 10a6029c0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,6 @@ Author:
#include "smt/seq/seq_model.h"
#include "smt/seq/seq_regex.h"
#include "smt/seq/seq_state.h"
#include "smt/smt_context.h"
#include "smt/smt_model_generator.h"
#include "smt/proto_model/proto_model.h"
#include "ast/ast_pp.h"