diff options
| author | Bastiaan Bakker <bastiaan.bakker@lifeline.nl> | 2001-05-06 16:21:31 +0000 |
|---|---|---|
| committer | Bastiaan Bakker <bastiaan.bakker@lifeline.nl> | 2001-05-06 16:21:31 +0000 |
| commit | c29893f76ae8c37e14eb99f25d517535c1d37b42 (patch) | |
| tree | e32a57e2fb34631739510a726e3865d3f3db9a32 /src/cppunit/TestFactoryRegistry.cpp | |
| parent | 92c488aa6f744a1f0f0bbc92ad485d5cc715736a (diff) | |
| download | cppunit-c29893f76ae8c37e14eb99f25d517535c1d37b42.tar.gz | |
Removed unnecessary #include's of TestSuiteBuilder.h
Removed RTTI dependent stuff from TestSuite and TestSuiteBuilder.
Diffstat (limited to 'src/cppunit/TestFactoryRegistry.cpp')
| -rw-r--r-- | src/cppunit/TestFactoryRegistry.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cppunit/TestFactoryRegistry.cpp b/src/cppunit/TestFactoryRegistry.cpp index b38cbb4..f73c177 100644 --- a/src/cppunit/TestFactoryRegistry.cpp +++ b/src/cppunit/TestFactoryRegistry.cpp @@ -6,7 +6,6 @@ #include <utility> #include "cppunit/TestSuite.h" #include "cppunit/extensions/TestFactoryRegistry.h" -#include "cppunit/extensions/TestSuiteBuilder.h" #ifdef USE_TYPEINFO #include "TypeInfoHelper.h" @@ -19,7 +18,6 @@ TestFactoryRegistry::TestFactoryRegistry( std::string name ) : { } - TestFactoryRegistry::~TestFactoryRegistry() { for ( Factories::iterator it = m_factories.begin(); it != m_factories.end(); ++it ) |
