moved include outside ssl includes

This commit is contained in:
Yuriy Baranov 2019-02-02 14:05:27 +00:00
parent 0296c9a941
commit a97c8a43a7

View File

@ -11,6 +11,7 @@
#include <Poco/DirectoryIterator.h>
#include <Poco/Net/HTTPServer.h>
#include <Poco/Net/NetException.h>
#include <Poco/Util/HelpFormatter.h>
#include <ext/scope_guard.h>
#include <common/logger_useful.h>
#include <common/ErrorHandlers.h>
@ -56,8 +57,6 @@
#if USE_POCO_NETSSL
#include <Poco/Net/Context.h>
#include <Poco/Net/SecureServerSocket.h>
#include <Poco/Util/HelpFormatter.h>
#endif
namespace CurrentMetrics