mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-12-31 15:59:27 +00:00
Removed unused <iostream>
This commit is contained in:
parent
f6cc7abac9
commit
2d76846d3c
3 changed files with 2 additions and 3 deletions
|
@ -56,7 +56,6 @@
|
|||
#include <algorithm>
|
||||
#include <atomic>
|
||||
#include <chrono>
|
||||
#include <iostream>
|
||||
#include <random>
|
||||
|
||||
#include <signal.h>
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include "miner.h"
|
||||
#endif
|
||||
#include "side_chain.h"
|
||||
#include <iostream>
|
||||
|
||||
static constexpr char log_category_prefix[] = "ConsoleCommands ";
|
||||
|
||||
|
|
|
@ -19,7 +19,8 @@
|
|||
#include "util.h"
|
||||
#include "uv_util.h"
|
||||
#include <map>
|
||||
#include <thread>
|
||||
#include <istream>
|
||||
#include <ostream>
|
||||
|
||||
#if !defined(_WIN32) && defined(HAVE_SCHED)
|
||||
#include <sched.h>
|
||||
|
|
Loading…
Reference in a new issue