mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-02 03:27:56 +00:00
fixed CppUnit includes
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#define DataURIStreamTest_INCLUDED
|
||||
|
||||
|
||||
#include "Poco/CppUnit/TestCase.h"
|
||||
#include "CppUnit/TestCase.h"
|
||||
|
||||
|
||||
class DataURIStreamTest: public CppUnit::TestCase
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
|
||||
#include "Poco/Net/Net.h"
|
||||
#include "Poco/CppUnit/TestCase.h"
|
||||
#include "CppUnit/TestCase.h"
|
||||
|
||||
|
||||
namespace Poco {
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#define FTPClientTestSuite_INCLUDED
|
||||
|
||||
|
||||
#include "Poco/CppUnit/TestSuite.h"
|
||||
#include "CppUnit/TestSuite.h"
|
||||
|
||||
|
||||
class FTPSClientTestSuite
|
||||
|
||||
Reference in New Issue
Block a user