From a5410ac5ece4ef4d52eab07201c5f6c6c4501921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Tim=C3=B3n?= Date: Thu, 1 Jun 2017 22:22:33 +0200 Subject: Small preparations for Q_FOREACH, PAIRTYPE and #include removal --- src/httprpc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/httprpc.cpp') diff --git a/src/httprpc.cpp b/src/httprpc.cpp index 5ab6d8d73..f1eb1c36e 100644 --- a/src/httprpc.cpp +++ b/src/httprpc.cpp @@ -19,7 +19,7 @@ #include "utilstrencodings.h" #include // boost::trim -#include //BOOST_FOREACH +#include /** WWW-Authenticate to present with 401 Unauthorized response */ static const char* WWW_AUTH_HEADER_DATA = "Basic realm=\"jsonrpc\""; -- cgit v1.2.3