From 828d64499e4a433d1b252f347ffb2c8dc9a008f4 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Tue, 19 Jun 2018 18:19:16 +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: r261749 --- 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 89bcf2f5d5c..f9b5703fc25 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-18 Jonathan Wakely LWG 2975 ensure construct(pair*, ...) used to construct pairs diff --git a/libstdc++-v3/include/std/utility b/libstdc++-v3/include/std/utility index 17e7d4cbe7a..273c0f838b8 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.30.2