These headers were missed in the previous commit for this bug.

There are also several "" includes in the profile mode headers, but
because they're deprecated I'm not fixing them.

        * include/backward/hash_map: Use <> for includes not "".
        * include/backward/hash_set: Likewise.
        * include/backward/strstream: Likewise.
        * include/tr1/bessel_function.tcc: Likewise.
        * include/tr1/exp_integral.tcc: Likewise.
        * include/tr1/legendre_function.tcc: Likewise.
        * include/tr1/modified_bessel_func.tcc: Likewise.
        * include/tr1/riemann_zeta.tcc: Likewise.

Tested powerpc64le-linux, committed to trunk.

commit 45ef76f8578f5e812ed096edcf8095404c0d0292
Author: Jonathan Wakely <jwak...@redhat.com>
Date:   Thu Mar 21 11:06:50 2019 +0000

    PR libstdc++/88066 Use <> for includes not ""
    
    These headers were missed in the previous commit for this bug.
    
    There are also several "" includes in the profile mode headers, but
    because they're deprecated I'm not fixing them.
    
            * include/backward/hash_map: Use <> for includes not "".
            * include/backward/hash_set: Likewise.
            * include/backward/strstream: Likewise.
            * include/tr1/bessel_function.tcc: Likewise.
            * include/tr1/exp_integral.tcc: Likewise.
            * include/tr1/legendre_function.tcc: Likewise.
            * include/tr1/modified_bessel_func.tcc: Likewise.
            * include/tr1/riemann_zeta.tcc: Likewise.

diff --git a/libstdc++-v3/include/backward/hash_map 
b/libstdc++-v3/include/backward/hash_map
index 66a5218fc6f..e4fb32bd7ad 100644
--- a/libstdc++-v3/include/backward/hash_map
+++ b/libstdc++-v3/include/backward/hash_map
@@ -57,7 +57,7 @@
 #define _BACKWARD_HASH_MAP 1
 
 #ifndef _GLIBCXX_PERMIT_BACKWARD_HASH
-#include "backward_warning.h"
+#include <backward/backward_warning.h>
 #endif
 
 #include <bits/c++config.h>
diff --git a/libstdc++-v3/include/backward/hash_set 
b/libstdc++-v3/include/backward/hash_set
index 2dc0ed774fa..1445aa61e11 100644
--- a/libstdc++-v3/include/backward/hash_set
+++ b/libstdc++-v3/include/backward/hash_set
@@ -57,7 +57,7 @@
 #define _BACKWARD_HASH_SET 1
 
 #ifndef _GLIBCXX_PERMIT_BACKWARD_HASH
-#include "backward_warning.h"
+#include <backward/backward_warning.h>
 #endif
 
 #include <bits/c++config.h>
diff --git a/libstdc++-v3/include/backward/strstream 
b/libstdc++-v3/include/backward/strstream
index c3bc23a9cd1..f2e74362e2e 100644
--- a/libstdc++-v3/include/backward/strstream
+++ b/libstdc++-v3/include/backward/strstream
@@ -47,7 +47,7 @@
 #ifndef _BACKWARD_STRSTREAM
 #define _BACKWARD_STRSTREAM
 
-#include "backward_warning.h"
+#include <backward/backward_warning.h>
 #include <iosfwd>
 #include <ios>
 #include <istream>
diff --git a/libstdc++-v3/include/tr1/bessel_function.tcc 
b/libstdc++-v3/include/tr1/bessel_function.tcc
index b51ff76b4af..2e738f92163 100644
--- a/libstdc++-v3/include/tr1/bessel_function.tcc
+++ b/libstdc++-v3/include/tr1/bessel_function.tcc
@@ -50,7 +50,7 @@
 #ifndef _GLIBCXX_TR1_BESSEL_FUNCTION_TCC
 #define _GLIBCXX_TR1_BESSEL_FUNCTION_TCC 1
 
-#include "special_function_util.h"
+#include <tr1/special_function_util.h>
 
 namespace std _GLIBCXX_VISIBILITY(default)
 {
diff --git a/libstdc++-v3/include/tr1/exp_integral.tcc 
b/libstdc++-v3/include/tr1/exp_integral.tcc
index b73e3d4ae76..246341862a6 100644
--- a/libstdc++-v3/include/tr1/exp_integral.tcc
+++ b/libstdc++-v3/include/tr1/exp_integral.tcc
@@ -45,7 +45,7 @@
 #ifndef _GLIBCXX_TR1_EXP_INTEGRAL_TCC
 #define _GLIBCXX_TR1_EXP_INTEGRAL_TCC 1
 
-#include "special_function_util.h"
+#include <tr1/special_function_util.h>
 
 namespace std _GLIBCXX_VISIBILITY(default)
 {
diff --git a/libstdc++-v3/include/tr1/legendre_function.tcc 
b/libstdc++-v3/include/tr1/legendre_function.tcc
index f782907a67d..c5b49d8152b 100644
--- a/libstdc++-v3/include/tr1/legendre_function.tcc
+++ b/libstdc++-v3/include/tr1/legendre_function.tcc
@@ -44,7 +44,7 @@
 #ifndef _GLIBCXX_TR1_LEGENDRE_FUNCTION_TCC
 #define _GLIBCXX_TR1_LEGENDRE_FUNCTION_TCC 1
 
-#include "special_function_util.h"
+#include <tr1/special_function_util.h>
 
 namespace std _GLIBCXX_VISIBILITY(default)
 {
diff --git a/libstdc++-v3/include/tr1/modified_bessel_func.tcc 
b/libstdc++-v3/include/tr1/modified_bessel_func.tcc
index ee213bfe28d..12b1f5ced89 100644
--- a/libstdc++-v3/include/tr1/modified_bessel_func.tcc
+++ b/libstdc++-v3/include/tr1/modified_bessel_func.tcc
@@ -46,7 +46,7 @@
 #ifndef _GLIBCXX_TR1_MODIFIED_BESSEL_FUNC_TCC
 #define _GLIBCXX_TR1_MODIFIED_BESSEL_FUNC_TCC 1
 
-#include "special_function_util.h"
+#include <tr1/special_function_util.h>
 
 namespace std _GLIBCXX_VISIBILITY(default)
 {
diff --git a/libstdc++-v3/include/tr1/riemann_zeta.tcc 
b/libstdc++-v3/include/tr1/riemann_zeta.tcc
index f573e99bb6b..4e01b8b45c3 100644
--- a/libstdc++-v3/include/tr1/riemann_zeta.tcc
+++ b/libstdc++-v3/include/tr1/riemann_zeta.tcc
@@ -42,7 +42,7 @@
 #ifndef _GLIBCXX_TR1_RIEMANN_ZETA_TCC
 #define _GLIBCXX_TR1_RIEMANN_ZETA_TCC 1
 
-#include "special_function_util.h"
+#include <tr1/special_function_util.h>
 
 namespace std _GLIBCXX_VISIBILITY(default)
 {

Reply via email to