mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Small preparations for Q_FOREACH, PAIRTYPE and #include <boost/foreach.hpp> removal
This commit is contained in:
parent
9fec4da0be
commit
a5410ac5ec
3 changed files with 2 additions and 5 deletions
|
|
@ -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\"";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue