mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
Merge pull request #1007 from mtrberzi/formatting
Code formatting for theory_str
This commit is contained in:
commit
de69c42e4d
|
@ -24,8 +24,6 @@ Revision History:
|
||||||
#include<vector>
|
#include<vector>
|
||||||
#include<algorithm>
|
#include<algorithm>
|
||||||
#include"theory_seq_empty.h"
|
#include"theory_seq_empty.h"
|
||||||
|
|
||||||
#include "../ast/ast.h"
|
|
||||||
#include"theory_arith.h"
|
#include"theory_arith.h"
|
||||||
|
|
||||||
namespace smt {
|
namespace smt {
|
||||||
|
|
Loading…
Reference in a new issue