Small preparations for Q_FOREACH, PAIRTYPE and #include <boost/foreach.hpp> removal

This commit is contained in:
Jorge Timón
2017-06-01 22:22:33 +02:00
parent 9fec4da0be
commit a5410ac5ec
3 changed files with 2 additions and 5 deletions

View File

@@ -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\"";