From 22e89a8f22cbd5471ad3fc0d5dd3710eb071214c Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Tue, 19 Jun 2018 18:32:50 +0100 Subject: [PATCH] Remove unused header from This header was needed for the declaration of std::terminate but the calls to it were removed in r242401. * include/std/utility: Remove unused header. From-SVN: r261752 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/include/std/utility | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 2634664576cf..0a8f9091ded1 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2018-06-19 Jonathan Wakely + + * include/std/utility: Remove unused header. + 2018-06-15 Jonathan Wakely PR libstdc++/86169 diff --git a/libstdc++-v3/include/std/utility b/libstdc++-v3/include/std/utility index 978acb747e9c..847e5184c5b3 100644 --- a/libstdc++-v3/include/std/utility +++ b/libstdc++-v3/include/std/utility @@ -75,10 +75,6 @@ #include #include -#if __cplusplus > 201402L -#include -#endif - namespace std _GLIBCXX_VISIBILITY(default) { _GLIBCXX_BEGIN_NAMESPACE_VERSION -- 2.47.2