mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-22 08:34:34 +02: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
|