mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 02:45:51 +00:00
Cleaned up #include<iostream> in api* objects.
This commit is contained in:
parent
384468bc99
commit
d8d869822f
12 changed files with 213 additions and 224 deletions
|
@ -14,9 +14,8 @@ Author:
|
|||
Leonardo de Moura (leonardo) 2012-12-08
|
||||
|
||||
Notes:
|
||||
|
||||
|
||||
--*/
|
||||
#include<iostream>
|
||||
#include"z3.h"
|
||||
#include"api_log_macros.h"
|
||||
#include"api_context.h"
|
||||
|
@ -35,7 +34,7 @@ namespace api {
|
|||
|
||||
pmanager::~pmanager() {
|
||||
}
|
||||
|
||||
|
||||
};
|
||||
|
||||
extern "C" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue