mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 02:53:10 +01:00
12 lines
198 B
C
12 lines
198 B
C
//
|
|
// TestDecorator.h
|
|
//
|
|
|
|
|
|
#ifndef Poco_CppUnit_TestDecorator_INCLUDED
|
|
#define Poco_CppUnit_TestDecorator_INCLUDED
|
|
|
|
#include "CppUnit/TestDecorator.h"
|
|
|
|
#endif // Poco_CppUnit_TestDecorator_INCLUDED
|