Commit 82382c5a by Benjamin Kosnik Committed by Benjamin Kosnik

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
parent fd5b5108
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> 2006-11-19 Paolo Carlini <pcarlini@suse.de>
* include/tr1/functional (hash(long long), hash(unsigned long long)): * include/tr1/functional (hash(long long), hash(unsigned long long)):
......
// Explicit instantiation file. // 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. // Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // This file is part of the GNU ISO C++ Library. This library is free
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
// ISO C++ 14882: // ISO C++ 14882:
// //
#include <iostream>
#include <iomanip> #include <iomanip>
_GLIBCXX_BEGIN_NAMESPACE(std) _GLIBCXX_BEGIN_NAMESPACE(std)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment