[Cppunit-devel] Duplicated #includes
Brought to you by:
blep
From: Summerwill, B. <BSu...@eu...> - 2001-09-25 11:15:10
|
I've just had a quick scan through CppUnit 1.6.0, and found these duplicated #includes. The <string> ones are due to addition of a <string> #include in Portability.h, making the other ones unnecessary. Source file Duplicated include ----------- ------------------ extensions/HelperMacros.h string extensions/TestFactoryRegistry.h string extensions/TestSuiteBuilder.h cppunit/extensions/TypeInfoHelper.h TestAssert.h string TestCase.cpp cppunit/Exception.h TestCase.h string TestSuite.h string TypeInfoHelper.cpp string Cheers, Bob |