Author: sebor
Date: Sat Mar 29 16:31:19 2008
New Revision: 642644

URL: http://svn.apache.org/viewvc?rev=642644&view=rev
Log:
2008-03-29  Martin Sebor  <[EMAIL PROTECTED]>

        * tests/include/23.list.h (<driver.h>): Added #include directive
        after rev 642384 removed it from tests/include/23.containers.h.
        (<rw_sigdefs.h>): Moved an include directive outside the scope
        of a class and into file scope where it should be.

Modified:
    stdcxx/trunk/tests/include/23.list.h

Modified: stdcxx/trunk/tests/include/23.list.h
URL: 
http://svn.apache.org/viewvc/stdcxx/trunk/tests/include/23.list.h?rev=642644&r1=642643&r2=642644&view=diff
==============================================================================
--- stdcxx/trunk/tests/include/23.list.h (original)
+++ stdcxx/trunk/tests/include/23.list.h Sat Mar 29 16:31:19 2008
@@ -28,6 +28,8 @@
 #define RW_23_LIST_H_INCLUDED
 
 #include <23.containers.h>
+#include <driver.h>         // for rw_assert()
+#include <rw_sigdefs.h>     // for helper macros
 
 /**************************************************************************/
 
@@ -36,9 +38,6 @@
 // of their signatures, and specific overloads of such member functions
 struct ListIds : ContainerIds
 {
-// define the helper macros
-#include <rw_sigdefs.h>
-
     // unique identifiers for all overloads of each member function
     //     6 bits for FuncId
     // 6 * 4 bits for ArgId (at most 6 arguments including this)


Reply via email to