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