PR libstdc++/88066 Use <> for includes not ""
authorJonathan Wakely <jwakely@redhat.com>
Thu, 21 Mar 2019 12:07:10 +0000 (12:07 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 21 Mar 2019 12:07:10 +0000 (12:07 +0000)
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.

From-SVN: r269835

libstdc++-v3/ChangeLog
libstdc++-v3/include/backward/hash_map
libstdc++-v3/include/backward/hash_set
libstdc++-v3/include/backward/strstream
libstdc++-v3/include/tr1/bessel_function.tcc
libstdc++-v3/include/tr1/exp_integral.tcc
libstdc++-v3/include/tr1/legendre_function.tcc
libstdc++-v3/include/tr1/modified_bessel_func.tcc
libstdc++-v3/include/tr1/riemann_zeta.tcc

index 59f6cf65720ecb51fcbcd6e793aa9d1ba6c85883..2daa699698069e51eccbb3a7648ea10221657a75 100644 (file)
@@ -1,3 +1,15 @@
+2019-03-21  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/88066
+       * 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.
+
 2019-03-19  Jonathan Wakely  <jwakely@redhat.com>
 
        * doc/xml/manual/allocator.xml: Link to table documenting evolution
index 66a5218fc6fccfe75288fbd61335aaac155c0058..e4fb32bd7ad5b54335453fe4000ef5a799e1190d 100644 (file)
@@ -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>
index 2dc0ed774fa95925b75ec0c586e5eaf00cab20bc..1445aa61e1129b8b2eddaf4a7dd607bee697d6e2 100644 (file)
@@ -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>
index c3bc23a9cd1d6dec2599818d2f65680ca2cb1624..f2e74362e2e323ddc6b57377411a5c8450136729 100644 (file)
@@ -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>
index b51ff76b4af04b539a9a62a9de6b0bba25bcaf2d..2e738f921633bead099f84429b43c7669577615b 100644 (file)
@@ -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)
 {
index b73e3d4ae76cf28a29d54e617fbcf97c91b8d094..246341862a6a0c98369402b7dcdd636ae784a4a8 100644 (file)
@@ -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)
 {
index f782907a67df6daf27a090fcd6e9f5c7ea7712bc..c5b49d8152b5c9488374ef775dcfd89d6f985c87 100644 (file)
@@ -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)
 {
index ee213bfe28d858c153f87f9372a20216d23df052..12b1f5ced89ec6bb9c851811e660527dc23b2e28 100644 (file)
@@ -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)
 {
index f573e99bb6b785e1df02a6bb06763d51a609bc32..4e01b8b45c35fb881b6ef3b3aaecdccd3ae6b20f 100644 (file)
@@ -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)
 {