diff options
Diffstat (limited to 'include/cppunit/extensions/RepeatedTest.h')
| -rw-r--r-- | include/cppunit/extensions/RepeatedTest.h | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/include/cppunit/extensions/RepeatedTest.h b/include/cppunit/extensions/RepeatedTest.h index a8c3246..b96b6ec 100644 --- a/include/cppunit/extensions/RepeatedTest.h +++ b/include/cppunit/extensions/RepeatedTest.h @@ -1,10 +1,7 @@ +#ifndef CPPUNIT_EXTENSIONS_REPEATEDTEST_H +#define CPPUNIT_EXTENSIONS_REPEATEDTEST_H -#ifndef CPPUNIT_REPEATEDTEST_H -#define CPPUNIT_REPEATEDTEST_H - -#ifndef CPPUNIT_TESTDECORATOR_H -#include "TestDecorator.h" -#endif +#include <cppunit/extensions/TestDecorator.h> namespace CppUnit { @@ -59,4 +56,4 @@ inline void RepeatedTest::run (TestResult *result) } // namespace CppUnit -#endif
\ No newline at end of file +#endif // CPPUNIT_EXTENSIONS_REPEATEDTEST_H |
