misc-inst.cc: Remove unnecessary included files.
authorTheodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
Fri, 27 May 2005 16:22:54 +0000 (18:22 +0200)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Fri, 27 May 2005 16:22:54 +0000 (16:22 +0000)
2005-05-27  Theodore Papadopoulo  <Theodore.Papadopoulo@sophia.inria.fr>

* src/misc-inst.cc: Remove unnecessary included files.

From-SVN: r100263

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

index 5f9ccce..c773bc2 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-27  Theodore Papadopoulo  <Theodore.Papadopoulo@sophia.inria.fr>
+
+       * src/misc-inst.cc: Remove unnecessary included files.
+
 2005-05-27  Benjamin Kosnik  <bkoz@redhat.com>
 
        * include/bits/c++config: Remove extern template use when in debug
index b9bc298..382de97 100644 (file)
@@ -1,6 +1,6 @@
 // Explicit instantiation file.
 
-// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
 // Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
@@ -35,9 +35,6 @@
 #include <string>
 #include <istream>
 #include <ostream>
-#include <algorithm>
-#include <vector>
-#include <bits/atomicity.h>
 #include <ext/stdio_sync_filebuf.h>
 
 namespace std