]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
iostream-inst.cc: Remove iostream include.
authorBenjamin Kosnik <bkoz@redhat.com>
Tue, 21 Nov 2006 09:51:11 +0000 (09:51 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Tue, 21 Nov 2006 09:51:11 +0000 (09:51 +0000)
2006-11-07  Benjamin Kosnik  <bkoz@redhat.com>
    Howard Hinnant  <hhinnant@apple.com>

* src/iostream-inst.cc: Remove iostream include.

Co-Authored-By: Howard Hinnant <hhinnant@apple.com>
From-SVN: r119046

libstdc++-v3/ChangeLog
libstdc++-v3/src/iostream-inst.cc

index 5c87cb2108311c1abf2afd27963e253e69ef0f3d..9bde5372c3d1c5eb9e3313d556f0cf714076b62c 100644 (file)
@@ -1,3 +1,8 @@
+2006-11-07  Benjamin Kosnik  <bkoz@redhat.com>
+           Howard Hinnant  <hhinnant@apple.com>
+
+       * src/iostream-inst.cc: Remove iostream include.
+
 2006-11-19  Paolo Carlini  <pcarlini@suse.de>
 
        * include/tr1/functional (hash(long long), hash(unsigned long long)):
index 5da43cb148a16361d21f421e4a3690ad4ea51905..7e1df3d605ede66cac1fb03d26b5b28973e27ac2 100644 (file)
@@ -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 <iostream>
 #include <iomanip>
 
 _GLIBCXX_BEGIN_NAMESPACE(std)