diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2006-11-21 09:51:11 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2006-11-21 09:51:11 +0000 |
commit | 82382c5ae76a6252186f6ec54f8bb5a35f09907a (patch) | |
tree | 88c7375cbbbff5504c2fe95f6dd2927addb757c0 /libstdc++-v3/src | |
parent | fd5b5108b009008cb39d0e1cccefe08b46f57c70 (diff) | |
download | gcc-82382c5ae76a6252186f6ec54f8bb5a35f09907a.zip gcc-82382c5ae76a6252186f6ec54f8bb5a35f09907a.tar.gz gcc-82382c5ae76a6252186f6ec54f8bb5a35f09907a.tar.bz2 |
iostream-inst.cc: Remove iostream include.
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
Diffstat (limited to 'libstdc++-v3/src')
-rw-r--r-- | libstdc++-v3/src/iostream-inst.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libstdc++-v3/src/iostream-inst.cc b/libstdc++-v3/src/iostream-inst.cc index 5da43cb..7e1df3d 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 <iostream> #include <iomanip> _GLIBCXX_BEGIN_NAMESPACE(std) |