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 59f6cf6..2daa699 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 66a5218..e4fb32b 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 2dc0ed7..1445aa6 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 c3bc23a..f2e7436 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 b51ff76..2e738f9 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 b73e3d4..2463418 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 f782907..c5b49d8 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 ee213bf..12b1f5c 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 f573e99..4e01b8b 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)
 {