aboutsummaryrefslogtreecommitdiff
path: root/src/p2p/net_node.h
diff options
context:
space:
mode:
authorMiguel Herranz <miguel@ipglider.org>2017-01-22 23:31:34 +0100
committerMiguel Herranz <miguel@ipglider.org>2017-01-22 23:31:34 +0100
commit0644eed7728d3b5146ca7b53f7c50a56b02b327b (patch)
tree7f9306cf01cfe5528ea9c7404ba8fabd7efca93b /src/p2p/net_node.h
parentReplace BOOST_REVERSE_FOREACH with ranged for (diff)
downloadmonero-0644eed7728d3b5146ca7b53f7c50a56b02b327b.tar.xz
Remove boost/foreach.cpp includes
Diffstat (limited to 'src/p2p/net_node.h')
-rw-r--r--src/p2p/net_node.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/p2p/net_node.h b/src/p2p/net_node.h
index 40598fc0f..5ed96c00b 100644
--- a/src/p2p/net_node.h
+++ b/src/p2p/net_node.h
@@ -31,7 +31,6 @@
#pragma once
#include <boost/thread.hpp>
#include <boost/bind.hpp>
-#include <boost/foreach.hpp>
#include <boost/bimap.hpp>
#include <boost/multi_index_container.hpp>
#include <boost/multi_index/ordered_index.hpp>