From 42bb5d92d0c87389e9cdc8c3b855756587c45aad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Sun, 17 Apr 2022 08:13:04 +0200 Subject: [PATCH] remove unused include --- NetSSL_OpenSSL/testsuite/src/HTTPSClientSessionTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NetSSL_OpenSSL/testsuite/src/HTTPSClientSessionTest.cpp b/NetSSL_OpenSSL/testsuite/src/HTTPSClientSessionTest.cpp index e68d37b10..10d958b06 100644 --- a/NetSSL_OpenSSL/testsuite/src/HTTPSClientSessionTest.cpp +++ b/NetSSL_OpenSSL/testsuite/src/HTTPSClientSessionTest.cpp @@ -36,7 +36,7 @@ #include #include #include -#include + using namespace Poco::Net; using Poco::Util::Application;