Author: sebor Date: Fri Mar 28 14:06:19 2008 New Revision: 642384 URL: http://svn.apache.org/viewvc?rev=642384&view=rev Log: 2008-03-28 Martin Sebor * tests/include/23.containers.h (): Moved an #include directive from here... * tests/src/23.containers.cpp: ...to here to reduce namespace clutter. Modified: stdcxx/trunk/tests/include/23.containers.h stdcxx/trunk/tests/src/23.containers.cpp Modified: stdcxx/trunk/tests/include/23.containers.h URL: http://svn.apache.org/viewvc/stdcxx/trunk/tests/include/23.containers.h?rev=642384&r1=642383&r2=642384&view=diff ============================================================================== --- stdcxx/trunk/tests/include/23.containers.h (original) +++ stdcxx/trunk/tests/include/23.containers.h Fri Mar 28 14:06:19 2008 @@ -2,7 +2,7 @@ * * 23.containers.h - definitions of helpers used in clause 23 tests * -* $Id: 23.containers.h +* $Id: 23.containers.h$ * *************************************************************************** * @@ -30,7 +30,6 @@ #include #include // for UserClass, UserPOD #include // for rw_expand () -#include // for rw_assert () /**************************************************************************/ Modified: stdcxx/trunk/tests/src/23.containers.cpp URL: http://svn.apache.org/viewvc/stdcxx/trunk/tests/src/23.containers.cpp?rev=642384&r1=642383&r2=642384&view=diff ============================================================================== --- stdcxx/trunk/tests/src/23.containers.cpp (original) +++ stdcxx/trunk/tests/src/23.containers.cpp Fri Mar 28 14:06:19 2008 @@ -33,6 +33,7 @@ #include <23.list.h> #include // for rw_enabled() +#include // for rw_note() #include // for UserAlloc #include // for rw_asnprintf()