diff options
author | Martijn Otto <git@martijnotto.nl> | 2018-11-15 17:29:34 +0100 |
---|---|---|
committer | Martijn Otto <git@martijnotto.nl> | 2018-11-15 17:29:34 +0100 |
commit | bd98e99c8095cf05c4d3282c888a87745ad1c559 (patch) | |
tree | 2025c8317dad74ef839fa4e3b20b2534d65f321f /src/crypto | |
parent | Merge pull request #4814 (diff) | |
download | monero-bd98e99c8095cf05c4d3282c888a87745ad1c559.tar.xz |
Removed a lot of unnecessary includes
Diffstat (limited to 'src/crypto')
-rw-r--r-- | src/crypto/crypto.cpp | 1 | ||||
-rw-r--r-- | src/crypto/crypto.h | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/crypto/crypto.cpp b/src/crypto/crypto.cpp index ad7721cf0..ddf072f68 100644 --- a/src/crypto/crypto.cpp +++ b/src/crypto/crypto.cpp @@ -34,7 +34,6 @@ #include <cstdint> #include <cstdlib> #include <cstring> -#include <memory> #include <boost/thread/mutex.hpp> #include <boost/thread/lock_guard.hpp> #include <boost/shared_ptr.hpp> diff --git a/src/crypto/crypto.h b/src/crypto/crypto.h index 33cc0a25a..f22df1230 100644 --- a/src/crypto/crypto.h +++ b/src/crypto/crypto.h @@ -32,14 +32,11 @@ #include <cstddef> #include <iostream> -#include <boost/thread/mutex.hpp> -#include <boost/thread/lock_guard.hpp> #include <boost/optional.hpp> #include <type_traits> #include <vector> #include "common/pod-class.h" -#include "common/util.h" #include "memwipe.h" #include "mlocker.h" #include "generic-ops.h" |