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 <[EMAIL PROTECTED]>
* tests/include/23.containers.h (<driver.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 <testdefs.h>
#include <rw_value.h> // for UserClass, UserPOD
#include <rw_char.h> // for rw_expand ()
-#include <driver.h> // 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 <cmdopt.h> // for rw_enabled()
+#include <driver.h> // for rw_note()
#include <rw_allocator.h> // for UserAlloc
#include <rw_printf.h> // for rw_asnprintf()