aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
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/rpc
parentReplace BOOST_REVERSE_FOREACH with ranged for (diff)
downloadmonero-0644eed7728d3b5146ca7b53f7c50a56b02b327b.tar.xz
Remove boost/foreach.cpp includes
Diffstat (limited to 'src/rpc')
-rw-r--r--src/rpc/core_rpc_server.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpc/core_rpc_server.cpp b/src/rpc/core_rpc_server.cpp
index 01d84f7ce..1ce7c2b89 100644
--- a/src/rpc/core_rpc_server.cpp
+++ b/src/rpc/core_rpc_server.cpp
@@ -28,7 +28,6 @@
//
// Parts of this file are originally copyright (c) 2012-2013 The Cryptonote developers
-#include <boost/foreach.hpp>
#include "include_base_utils.h"
using namespace epee;