3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00

fix include path

This commit is contained in:
Murphy Berzish 2018-03-11 23:26:30 -04:00
parent 49b810e00f
commit 11a339c490

View file

@ -25,7 +25,7 @@
#include "smt/theory_seq_empty.h"
#include "smt/theory_arith.h"
#include "ast/ast_util.h"
#include "seq_rewriter.h"
#include "ast/rewriter/seq_rewriter.h"
#include "smt_kernel.h"
namespace smt {