From: Paolo Carlini Date: Wed, 31 Jul 2013 12:36:37 +0000 (+0000) Subject: functexcept.cc: Do not include the whole . X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a781834e4444f479238465afc29bdc5c5b8a17ec;p=gcc.git functexcept.cc: Do not include the whole . 2013-07-31 Paolo Carlini * src/c++11/functexcept.cc: Do not include the whole . * src/c++11/regex.cc: Likewise. From-SVN: r201369 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 71471a22978..10daa9f1b6d 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2013-07-31 Paolo Carlini + + * src/c++11/functexcept.cc: Do not include the whole . + * src/c++11/regex.cc: Likewise. + 2013-07-31 Tim Shen Revert last commit. diff --git a/libstdc++-v3/src/c++11/functexcept.cc b/libstdc++-v3/src/c++11/functexcept.cc index b74be7dce00..b0c1804ae04 100644 --- a/libstdc++-v3/src/c++11/functexcept.cc +++ b/libstdc++-v3/src/c++11/functexcept.cc @@ -30,7 +30,7 @@ #include #include #include -#include +#include #ifdef _GLIBCXX_USE_NLS # include diff --git a/libstdc++-v3/src/c++11/regex.cc b/libstdc++-v3/src/c++11/regex.cc index b18afe2081a..bf863009041 100644 --- a/libstdc++-v3/src/c++11/regex.cc +++ b/libstdc++-v3/src/c++11/regex.cc @@ -22,7 +22,8 @@ // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see // . -#include +#include +#include namespace std _GLIBCXX_VISIBILITY(default) {