mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 14:25:46 +00:00
removing 'fat' from smt 1.0 parser
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
f1b6d1c7f3
commit
566ed44033
2 changed files with 6 additions and 17 deletions
|
@ -19,11 +19,11 @@ Revision History:
|
|||
#ifndef _SMT_PARSER_H_
|
||||
#define _SMT_PARSER_H_
|
||||
|
||||
#include "ast.h"
|
||||
#include "vector.h"
|
||||
#include "smtlib.h"
|
||||
#include "z3.h"
|
||||
#include <iostream>
|
||||
#include<iostream>
|
||||
#include"ast.h"
|
||||
#include"vector.h"
|
||||
#include"smtlib.h"
|
||||
#include"z3.h"
|
||||
|
||||
namespace smtlib {
|
||||
class parser {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue