From 1769232d2607e9219b1932090c1036a6ed334152 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Fri, 2 Mar 2007 16:21:30 +0000 Subject: re PR libstdc++/28080 (header dependencies) 2007-03-02 Paolo Carlini * testsuite/thread/pthread1.cc: Include . * testsuite/thread/pthread2.cc: Likewise. * testsuite/thread/pthread3.cc: Likewise. * testsuite/thread/pthread4.cc: Likewise. * testsuite/thread/pthread5.cc: Likewise. * testsuite/thread/pthread6.cc: Likewise. * testsuite/thread/pthread7-rope.cc: Likewise. 2007-03-02 Paolo Carlini PR libstdc++/28080 (partial) * include/tr1/random (class random_device): Rework to use simple input, do not include . * include/tr1/random.tcc (all inserters and extractors): Refer to ios_base as base class of basic_istream or basic_ostream. From-SVN: r122478 --- libstdc++-v3/testsuite/thread/pthread5.cc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'libstdc++-v3/testsuite/thread/pthread5.cc') diff --git a/libstdc++-v3/testsuite/thread/pthread5.cc b/libstdc++-v3/testsuite/thread/pthread5.cc index 189c8a5..4d5aac4 100644 --- a/libstdc++-v3/testsuite/thread/pthread5.cc +++ b/libstdc++-v3/testsuite/thread/pthread5.cc @@ -2,7 +2,8 @@ // Adpated from libstdc++/5464 submitted by jjessel@amadeus.net // Jean-Francois JESSEL (Amadeus SAS Development) // -// Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +// Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 +// Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the @@ -27,9 +28,7 @@ #include #include #include - -// Do not include explicitly; if threads are properly -// configured for the port, then it is picked up free from STL headers. +#include #ifdef _GLIBCXX_HAVE_UNISTD_H #include // To test for _POSIX_THREAD_PRIORITY_SCHEDULING -- cgit v1.1