diff options
author | Lev Sizov <levsizov2015@outlook.com> | 2019-09-02 14:38:29 +0200 |
---|---|---|
committer | Lev Sizov <levsizov2015@outlook.com> | 2019-09-02 14:38:29 +0200 |
commit | 4ad191ffa96a663c1fea61e5b5cd2e73770b43fa (patch) | |
tree | c6e60c077504c6709c48a868c86ef228b52d3db5 /src/crypto | |
parent | Changed the use of boost:value_initialized for C++ list initializer (diff) | |
download | monero-4ad191ffa96a663c1fea61e5b5cd2e73770b43fa.tar.xz |
Removed unused boost/value_init header
Diffstat (limited to 'src/crypto')
-rw-r--r-- | src/crypto/hash.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crypto/hash.h b/src/crypto/hash.h index 83278e659..e012d1bd3 100644 --- a/src/crypto/hash.h +++ b/src/crypto/hash.h @@ -32,7 +32,6 @@ #include <stddef.h> #include <iostream> -#include <boost/utility/value_init.hpp> #include "common/pod-class.h" #include "generic-ops.h" |