Fix comments saying why headers are included
authorJonathan Wakely <jwakely@redhat.com>
Sat, 3 Oct 2015 12:09:31 +0000 (13:09 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Sat, 3 Oct 2015 12:09:31 +0000 (13:09 +0100)
* src/c++98/locale.cc: Fix comment.
* src/c++98/locale_init.cc: Likewise.

From-SVN: r228446

libstdc++-v3/ChangeLog
libstdc++-v3/src/c++98/locale.cc
libstdc++-v3/src/c++98/locale_init.cc

index e973c62824df16a0a03ed96b273b034e54c162c1..c01d8d5f8b181ed6475a9d8f8cb4c7748518e640 100644 (file)
@@ -1,5 +1,8 @@
 2015-10-03  Jonathan Wakely  <jwakely@redhat.com>
 
+       * src/c++98/locale.cc: Fix comment.
+       * src/c++98/locale_init.cc: Likewise.
+
        * testsuite/21_strings/basic_string/literals/types.cc: Guard use of
        wchar_t with _GLIBCXX_USE_WCHAR_T.
        * testsuite/21_strings/basic_string/literals/values.cc: Likewise.
index 1c29a56a2506552841b091014894d9a708fd61db..3395c93d8d8a4b44cd08af9c55addb3f2bf9fcd6 100644 (file)
@@ -23,7 +23,6 @@
 #define _GLIBCXX_USE_CXX11_ABI 1
 #include <clocale>
 #include <cstring>
-#include <cstdlib>     // For getenv
 #include <cctype>
 #include <cwctype>     // For towupper, etc.
 #include <locale>
index 0a95b9ff4b54edbd91e1e84db835134880c4e983..be7fd9055d9fb5af0175e0bfc47a7966cfabe74b 100644 (file)
@@ -23,7 +23,7 @@
 #define _GLIBCXX_USE_CXX11_ABI 1
 #include <clocale>
 #include <cstring>
-#include <cstdlib>     // For getenv, free.
+#include <cstdlib>     // For free.
 #include <cctype>
 #include <cwctype>     // For towupper, etc.
 #include <locale>