Mercurial > hg > orthanc
changeset 3591:19d88138c30f
cleanup
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Mon, 23 Dec 2019 10:44:09 +0100 |
parents | d5740d3b1d67 |
children | de1665e7b341 |
files | Core/HttpClient.cpp |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Core/HttpClient.cpp Mon Dec 23 10:42:59 2019 +0100 +++ b/Core/HttpClient.cpp Mon Dec 23 10:44:09 2019 +0100 @@ -44,7 +44,6 @@ #include <curl/curl.h> #include <boost/algorithm/string/predicate.hpp> #include <boost/thread/mutex.hpp> -#include <list> // Default timeout = 60 seconds (in Orthanc <= 1.5.6, it was 10 seconds) static const unsigned int DEFAULT_HTTP_TIMEOUT = 60;