mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-21 03:19:22 +08:00
misc-inst.cc: Remove unnecessary included files.
2005-05-27 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr> * src/misc-inst.cc: Remove unnecessary included files. From-SVN: r100263
This commit is contained in:
parent
94afef7bac
commit
c71e3d020e
@ -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>
|
2005-05-27 Benjamin Kosnik <bkoz@redhat.com>
|
||||||
|
|
||||||
* include/bits/c++config: Remove extern template use when in debug
|
* include/bits/c++config: Remove extern template use when in debug
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// Explicit instantiation file.
|
// 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.
|
// 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
|
||||||
@ -35,9 +35,6 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <istream>
|
#include <istream>
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
#include <algorithm>
|
|
||||||
#include <vector>
|
|
||||||
#include <bits/atomicity.h>
|
|
||||||
#include <ext/stdio_sync_filebuf.h>
|
#include <ext/stdio_sync_filebuf.h>
|
||||||
|
|
||||||
namespace std
|
namespace std
|
||||||
|
Loading…
Reference in New Issue
Block a user