Silence Clang #include_next error

Use "#include <...>" to silence Clang #include_next error:

In file included from ../sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c:19:
../sysdeps/x86_64/fpu/test-double-vlen4.h:19:2: error: #include_next in file found relative to primary source file or found by absolute path; will search from start of include path [-Werror,-Winclude-next-absolute-path]
   19 | #include_next <test-double-vlen4.h>
      |  ^
1 error generated.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Reviewed-by: Sam James <sam@gentoo.org>
This commit is contained in:
H.J. Lu 2024-12-17 05:56:53 +08:00
parent 215447f5cb
commit 0cc88d2327
6 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@
License along with the GNU C Library; if not, see
<https://www.gnu.org/licenses/>. */
#include "test-double-vlen4.h"
#include <test-double-vlen4.h>
#include "test-math-vector-sincos.h"
#include <immintrin.h>

View File

@ -16,7 +16,7 @@
License along with the GNU C Library; if not, see
<https://www.gnu.org/licenses/>. */
#include "test-double-vlen4.h"
#include <test-double-vlen4.h>
#include "test-math-vector-sincos.h"
#include <immintrin.h>

View File

@ -16,7 +16,7 @@
License along with the GNU C Library; if not, see
<https://www.gnu.org/licenses/>. */
#include "test-double-vlen8.h"
#include <test-double-vlen8.h>
#include "test-math-vector-sincos.h"
#include <immintrin.h>

View File

@ -16,7 +16,7 @@
License along with the GNU C Library; if not, see
<https://www.gnu.org/licenses/>. */
#include "test-float-vlen16.h"
#include <test-float-vlen16.h>
#include "test-math-vector-sincos.h"
#include <immintrin.h>

View File

@ -16,7 +16,7 @@
License along with the GNU C Library; if not, see
<https://www.gnu.org/licenses/>. */
#include "test-float-vlen8.h"
#include <test-float-vlen8.h>
#include "test-math-vector-sincos.h"
#include <immintrin.h>

View File

@ -16,7 +16,7 @@
License along with the GNU C Library; if not, see
<https://www.gnu.org/licenses/>. */
#include "test-float-vlen8.h"
#include <test-float-vlen8.h>
#include "test-math-vector-sincos.h"
#include <immintrin.h>