diff --git a/Foundation/testsuite/src/DataURIStreamTest.cpp b/Foundation/testsuite/src/DataURIStreamTest.cpp index db91833dd..df13678a4 100644 --- a/Foundation/testsuite/src/DataURIStreamTest.cpp +++ b/Foundation/testsuite/src/DataURIStreamTest.cpp @@ -9,8 +9,8 @@ #include "DataURIStreamTest.h" -#include "Poco/CppUnit/TestCaller.h" -#include "Poco/CppUnit/TestSuite.h" +#include "CppUnit/TestCaller.h" +#include "CppUnit/TestSuite.h" #include "Poco/DataURIStream.h" #include "Poco/Exception.h" #include "Poco/URI.h" diff --git a/NetSSL_OpenSSL/testsuite/src/FTPSClientSessionTest.cpp b/NetSSL_OpenSSL/testsuite/src/FTPSClientSessionTest.cpp index 51f40ae5b..e19bb1091 100644 --- a/NetSSL_OpenSSL/testsuite/src/FTPSClientSessionTest.cpp +++ b/NetSSL_OpenSSL/testsuite/src/FTPSClientSessionTest.cpp @@ -9,8 +9,8 @@ #include "FTPSClientSessionTest.h" -#include "Poco/CppUnit/TestCaller.h" -#include "Poco/CppUnit/TestSuite.h" +#include "CppUnit/TestCaller.h" +#include "CppUnit/TestSuite.h" #include "Poco/Net/FTPSClientSession.h" #include "Poco/Net/DialogSocket.h" #include "Poco/Net/SocketAddress.h"