aboutsummaryrefslogtreecommitdiff
path: root/src/httprpc.cpp
diff options
context:
space:
mode:
authorJorge Timón <jtimon@jtimon.cc>2017-06-01 22:22:33 +0200
committerJorge Timón <jtimon@jtimon.cc>2017-06-05 20:02:30 +0200
commita5410ac5ece4ef4d52eab07201c5f6c6c4501921 (patch)
tree996900e1990d9c06ef3312c90713bdd30b481faa /src/httprpc.cpp
parent9fec4da0bec93a49798b5f5e92cf76e900759ee4 (diff)
downloadbitcoin-a5410ac5ece4ef4d52eab07201c5f6c6c4501921.tar.xz
Small preparations for Q_FOREACH, PAIRTYPE and #include <boost/foreach.hpp> removal
Diffstat (limited to 'src/httprpc.cpp')
-rw-r--r--src/httprpc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/httprpc.cpp b/src/httprpc.cpp
index 5ab6d8d732..f1eb1c36e7 100644
--- a/src/httprpc.cpp
+++ b/src/httprpc.cpp
@@ -19,7 +19,7 @@
#include "utilstrencodings.h"
#include <boost/algorithm/string.hpp> // boost::trim
-#include <boost/foreach.hpp> //BOOST_FOREACH
+#include <boost/foreach.hpp>
/** WWW-Authenticate to present with 401 Unauthorized response */
static const char* WWW_AUTH_HEADER_DATA = "Basic realm=\"jsonrpc\"";