From e755afe395b6ca13d2d1924fbc085703e9d49692 Mon Sep 17 00:00:00 2001 From: Bastiaan Bakker Date: Sun, 6 May 2001 15:19:32 +0000 Subject: Fixed #include's for cppunit headers. --- include/cppunit/extensions/TestSetUp.h | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'include/cppunit/extensions/TestSetUp.h') diff --git a/include/cppunit/extensions/TestSetUp.h b/include/cppunit/extensions/TestSetUp.h index bcd47d0..8b2ffa2 100644 --- a/include/cppunit/extensions/TestSetUp.h +++ b/include/cppunit/extensions/TestSetUp.h @@ -1,10 +1,7 @@ +#ifndef CPPUNIT_EXTENSIONS_TESTSETUP_H +#define CPPUNIT_EXTENSIONS_TESTSETUP_H -#ifndef CPP_UINT_TESTSETUP_H -#define CPP_UINT_TESTSETUP_H - -#ifndef CPPUNIT_TESTDECORATOR_H -#include "TestDecorator.h" -#endif +#include namespace CppUnit { @@ -34,5 +31,5 @@ inline TestSetup::run (TestResult *result) } // namespace CppUnit -#endif +#endif // CPPUNIT_EXTENSIONS_TESTSETUP_H -- cgit v1.2.1