3
0
Fork 0
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:
Nikolaj Bjorner 2017-05-05 19:42:32 -04:00 committed by GitHub
commit de69c42e4d
2 changed files with 10570 additions and 10572 deletions

View file

@ -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 {