mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-19 08:46:41 +01:00
fix CppUnit includes
This commit is contained in:
parent
69ff441130
commit
ca85c2e084
@ -13,8 +13,8 @@
|
||||
|
||||
|
||||
#include "SHA2EngineTest.h"
|
||||
#include "Poco/CppUnit/TestCaller.h"
|
||||
#include "Poco/CppUnit/TestSuite.h"
|
||||
#include "CppUnit/TestCaller.h"
|
||||
#include "CppUnit/TestSuite.h"
|
||||
#include "Poco/SHA2Engine.h"
|
||||
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
|
||||
#include "Poco/Foundation.h"
|
||||
#include "Poco/CppUnit/TestCase.h"
|
||||
#include "CppUnit/TestCase.h"
|
||||
|
||||
|
||||
class SHA2EngineTest: public CppUnit::TestCase
|
||||
|
Loading…
x
Reference in New Issue
Block a user