Update of /cvsroot/cppunit/cppunit2/include/cpput
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2196/include/cpput
Modified Files:
forwards.h
Log Message:
* removed unncessary dependencies
Index: forwards.h
===================================================================
RCS file: /cvsroot/cppunit/cppunit2/include/cpput/forwards.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** forwards.h 26 Feb 2005 11:52:22 -0000 1.13
--- forwards.h 27 Feb 2005 10:14:28 -0000 1.14
***************
*** 2,8 ****
# define CPPUT_FORWARDS_H_INCLUDED
# include <cpput/config.h>
- # include <cpptl/sharedptr.h>
- # include <string>
namespace CppUT {
--- 2,7 ----
# define CPPUT_FORWARDS_H_INCLUDED
+ # include <cpptl/forwards.h>
# include <cpput/config.h>
namespace CppUT {
***************
*** 30,34 ****
! TestSuitePtr CPPUT_API makeTestSuite( const std::string &name );
--- 29,33 ----
! TestSuitePtr CPPUT_API makeTestSuite( const CppTL::ConstString &name );
|