This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] libstdc++ very simple cleaning.


While wandering in gcc sources I discovered that libstdc++/src/misc-
inst.cc could be easily cleaned a little. This was tested on x86-gnu-
linux with no regression.

2005-05-27  ThÃodore Papadopoulo  <Theodore.Papadopoulo@sophia.inria.fr>

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

Index: libstdc++-v3/src/misc-inst.cc
===================================================================
RCS file: /user/papadop/home/src/Cvs/Refs/gcc/gcc-cvs/gcc/libstdc++-
v3/src/misc-inst.cc,v
retrieving revision 1.27
diff -r1.27 misc-inst.cc
3c3
< // Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
---
> // Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
38,40d37
< #include <algorithm>
< #include <vector>
< #include <bits/atomicity.h>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]