diff options
| author | Bastiaan Bakker <bastiaan.bakker@lifeline.nl> | 2001-05-06 15:19:32 +0000 |
|---|---|---|
| committer | Bastiaan Bakker <bastiaan.bakker@lifeline.nl> | 2001-05-06 15:19:32 +0000 |
| commit | e755afe395b6ca13d2d1924fbc085703e9d49692 (patch) | |
| tree | f0387f8c694ab5b9f0ce2db4b0c589659d71e979 /include/cppunit/TestAssert.h | |
| parent | 2db1afb54da0fafc81dbc88956129616f09de24a (diff) | |
| download | cppunit-e755afe395b6ca13d2d1924fbc085703e9d49692.tar.gz | |
Fixed #include's for cppunit headers.
Diffstat (limited to 'include/cppunit/TestAssert.h')
| -rw-r--r-- | include/cppunit/TestAssert.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/cppunit/TestAssert.h b/include/cppunit/TestAssert.h index f67649e..88ee195 100644 --- a/include/cppunit/TestAssert.h +++ b/include/cppunit/TestAssert.h @@ -2,10 +2,7 @@ #define CPPUNIT_TESTASSERT_H #include <string> - -#ifndef CPPUNIT_EXCEPTION_H -#include "Exception.h" -#endif +#include <cppunit/Exception.h> namespace CppUnit { |
