summaryrefslogtreecommitdiff
path: root/include/cppunit/TestCase.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/TestCase.h
parent2db1afb54da0fafc81dbc88956129616f09de24a (diff)
downloadcppunit-e755afe395b6ca13d2d1924fbc085703e9d49692.tar.gz
Fixed #include's for cppunit headers.
Diffstat (limited to 'include/cppunit/TestCase.h')
-rw-r--r--include/cppunit/TestCase.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/include/cppunit/TestCase.h b/include/cppunit/TestCase.h
index 7484e56..ebbd135 100644
--- a/include/cppunit/TestCase.h
+++ b/include/cppunit/TestCase.h
@@ -2,14 +2,8 @@
#define CPPUNIT_TESTCASE_H
#include <string>
-
-#ifndef CPPUNIT_TEST_H
-#include "Test.h"
-#endif
-
-#ifndef CPPUNIT_TESTASSERT_H
-#include "TestAssert.h"
-#endif
+#include <cppunit/Test.h>
+#include <cppunit/TestAssert.h>
namespace CppUnit {