aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authorLev Sizov <levsizov2015@outlook.com>2019-09-02 14:38:29 +0200
committerLev Sizov <levsizov2015@outlook.com>2019-09-02 14:38:29 +0200
commit4ad191ffa96a663c1fea61e5b5cd2e73770b43fa (patch)
treec6e60c077504c6709c48a868c86ef228b52d3db5 /src/wallet
parentChanged the use of boost:value_initialized for C++ list initializer (diff)
downloadmonero-4ad191ffa96a663c1fea61e5b5cd2e73770b43fa.tar.xz
Removed unused boost/value_init header
Diffstat (limited to 'src/wallet')
-rw-r--r--src/wallet/wallet2.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp
index b43489021..f7e686dec 100644
--- a/src/wallet/wallet2.cpp
+++ b/src/wallet/wallet2.cpp
@@ -32,7 +32,6 @@
#include <tuple>
#include <boost/format.hpp>
#include <boost/optional/optional.hpp>
-#include <boost/utility/value_init.hpp>
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/trim.hpp>
#include <boost/algorithm/string/split.hpp>