diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-12-17 12:58:46 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-12-17 12:58:46 +0200 |
commit | b806d9844e4cfdb94e7a2d175efdf41d5ad480ff (patch) | |
tree | f90f634f25079749febf00618ac3160d204f2d7a /src/wallet/wallet2.h | |
parent | Merge pull request #2881 (diff) | |
parent | move includes around to lessen overall load (diff) | |
download | monero-b806d9844e4cfdb94e7a2d175efdf41d5ad480ff.tar.xz |
Merge pull request #2864
09ce03d6 move includes around to lessen overall load (moneromooo-monero)
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r-- | src/wallet/wallet2.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index de1bed90c..be8315468 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -59,8 +59,6 @@ #include "common/password.h" #include "node_rpc_proxy.h" -#include <iostream> - #undef MONERO_DEFAULT_LOG_CATEGORY #define MONERO_DEFAULT_LOG_CATEGORY "wallet.wallet2" |