diff options
author | Miguel Herranz <miguel@ipglider.org> | 2017-01-22 23:31:34 +0100 |
---|---|---|
committer | Miguel Herranz <miguel@ipglider.org> | 2017-01-22 23:31:34 +0100 |
commit | 0644eed7728d3b5146ca7b53f7c50a56b02b327b (patch) | |
tree | 7f9306cf01cfe5528ea9c7404ba8fabd7efca93b /src/cryptonote_protocol | |
parent | Replace BOOST_REVERSE_FOREACH with ranged for (diff) | |
download | monero-0644eed7728d3b5146ca7b53f7c50a56b02b327b.tar.xz |
Remove boost/foreach.cpp includes
Diffstat (limited to 'src/cryptonote_protocol')
-rw-r--r-- | src/cryptonote_protocol/cryptonote_protocol_handler-base.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cryptonote_protocol/cryptonote_protocol_handler-base.cpp b/src/cryptonote_protocol/cryptonote_protocol_handler-base.cpp index 56b82ed15..09c202e79 100644 --- a/src/cryptonote_protocol/cryptonote_protocol_handler-base.cpp +++ b/src/cryptonote_protocol/cryptonote_protocol_handler-base.cpp @@ -52,7 +52,6 @@ #include "../../contrib/epee/include/net/net_utils_base.h" #include "../../contrib/epee/include/misc_log_ex.h" #include <boost/lambda/bind.hpp> -#include <boost/foreach.hpp> #include <boost/lambda/lambda.hpp> #include <boost/uuid/random_generator.hpp> #include <boost/chrono.hpp> |