From: Benjamin Kosnik Date: Tue, 21 Nov 2006 09:51:11 +0000 (+0000) Subject: iostream-inst.cc: Remove iostream include. X-Git-Tag: releases/gcc-4.3.0~8364 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82382c5ae76a6252186f6ec54f8bb5a35f09907a;p=thirdparty%2Fgcc.git iostream-inst.cc: Remove iostream include. 2006-11-07 Benjamin Kosnik Howard Hinnant * src/iostream-inst.cc: Remove iostream include. Co-Authored-By: Howard Hinnant From-SVN: r119046 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 5c87cb210831..9bde5372c3d1 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2006-11-07 Benjamin Kosnik + Howard Hinnant + + * src/iostream-inst.cc: Remove iostream include. + 2006-11-19 Paolo Carlini * include/tr1/functional (hash(long long), hash(unsigned long long)): diff --git a/libstdc++-v3/src/iostream-inst.cc b/libstdc++-v3/src/iostream-inst.cc index 5da43cb148a1..7e1df3d605ed 100644 --- a/libstdc++-v3/src/iostream-inst.cc +++ b/libstdc++-v3/src/iostream-inst.cc @@ -1,6 +1,6 @@ // Explicit instantiation file. -// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005 +// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 // Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free @@ -32,7 +32,6 @@ // ISO C++ 14882: // -#include #include _GLIBCXX_BEGIN_NAMESPACE(std)