diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-11-21 09:51:11 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-11-21 09:51:11 +0000 |
commit | 33ff6d64ca4808301ff97739bc9e4508b152a640 (patch) | |
tree | 88c7375cbbbff5504c2fe95f6dd2927addb757c0 /libstdc++-v3/src/iostream-inst.cc | |
parent | dae00516cc18e8a718392a314e278714b36f45f3 (diff) | |
download | gcc-33ff6d64ca4808301ff97739bc9e4508b152a640.tar.gz |
2006-11-07 Benjamin Kosnik <bkoz@redhat.com>
Howard Hinnant <hhinnant@apple.com>
* src/iostream-inst.cc: Remove iostream include.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119046 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/src/iostream-inst.cc')
-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 5da43cb148a..7e1df3d605e 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) |