locale_facets.tcc: Remove some unnecessary includes.
2003-10-29 Paolo Carlini <pcarlini@suse.de> * include/bits/locale_facets.tcc: Remove some unnecessary includes. * config/locale/generic/c_locale.cc: Include <cerrno> here. * config/locale/gnu/c_locale.cc: Likewise. From-SVN: r73030
This commit is contained in:
parent
24ea7948dc
commit
c9cca2c22c
@ -1,3 +1,10 @@
|
||||
2003-10-29 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
* include/bits/locale_facets.tcc: Remove some unnecessary
|
||||
includes.
|
||||
* config/locale/generic/c_locale.cc: Include <cerrno> here.
|
||||
* config/locale/gnu/c_locale.cc: Likewise.
|
||||
|
||||
2003-10-28 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
* include/bits/locale_facets.tcc
|
||||
|
@ -33,6 +33,7 @@
|
||||
|
||||
// Written by Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
#include <cerrno> // For errno
|
||||
#include <locale>
|
||||
|
||||
#ifdef _GLIBCXX_HAVE_IEEEFP_H
|
||||
|
@ -33,6 +33,7 @@
|
||||
|
||||
// Written by Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
#include <cerrno> // For errno
|
||||
#include <locale>
|
||||
#include <stdexcept>
|
||||
#include <langinfo.h>
|
||||
|
@ -35,11 +35,6 @@
|
||||
|
||||
#pragma GCC system_header
|
||||
|
||||
#include <cerrno>
|
||||
#include <clocale> // For localeconv
|
||||
#include <cstdlib> // For strof, strtold
|
||||
#include <cmath> // For ceil
|
||||
#include <cctype> // For isspace
|
||||
#include <limits> // For numeric_limits
|
||||
#include <typeinfo> // For bad_cast.
|
||||
#include <bits/streambuf_iterator.h>
|
||||
|
Loading…
Reference in New Issue
Block a user