summaryrefslogtreecommitdiff
path: root/include/cppunit/extensions/TestSetUp.h
diff options
context:
space:
mode:
authorBastiaan Bakker <bastiaan.bakker@lifeline.nl>2001-05-06 15:19:32 +0000
committerBastiaan Bakker <bastiaan.bakker@lifeline.nl>2001-05-06 15:19:32 +0000
commite755afe395b6ca13d2d1924fbc085703e9d49692 (patch)
treef0387f8c694ab5b9f0ce2db4b0c589659d71e979 /include/cppunit/extensions/TestSetUp.h
parent2db1afb54da0fafc81dbc88956129616f09de24a (diff)
downloadcppunit-e755afe395b6ca13d2d1924fbc085703e9d49692.tar.gz
Fixed #include's for cppunit headers.
Diffstat (limited to 'include/cppunit/extensions/TestSetUp.h')
-rw-r--r--include/cppunit/extensions/TestSetUp.h11
1 files changed, 4 insertions, 7 deletions
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 <cppunit/extensions/TestDecorator.h>
namespace CppUnit {
@@ -34,5 +31,5 @@ inline TestSetup::run (TestResult *result)
} // namespace CppUnit
-#endif
+#endif // CPPUNIT_EXTENSIONS_TESTSETUP_H