diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-01-28 19:19:01 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-01-28 19:19:01 +0000 |
commit | f61d235bbd9708fdbdb841ea2940e853f4ad5ad5 (patch) | |
tree | e15a8badeceaa050f40e14c1e1ed5edaae0be86b /gnu/lib/libstdc++ | |
parent | 2a2012238abfcfeec93c8f0a6f6de91b13e4e7cf (diff) |
Remove unneeded include; fixes build problems with some ports that
#include <math.h> and expect the C99 macros in that file to be available in
the global namespace. This include was removed upstream some time after
the libstdc++ we use was released.
ok naddy@
Diffstat (limited to 'gnu/lib/libstdc++')
-rw-r--r-- | gnu/lib/libstdc++/libstdc++/include/bits/locale_facets.tcc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/lib/libstdc++/libstdc++/include/bits/locale_facets.tcc b/gnu/lib/libstdc++/libstdc++/include/bits/locale_facets.tcc index b3013c75cbf..30c8ac28c20 100644 --- a/gnu/lib/libstdc++/libstdc++/include/bits/locale_facets.tcc +++ b/gnu/lib/libstdc++/libstdc++/include/bits/locale_facets.tcc @@ -38,7 +38,6 @@ #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. |