mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-23 15:14:37 +01:00
fixed CppUnit includes
This commit is contained in:
parent
081505def8
commit
b6f176f384
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user