]> Savannah Git Hosting - gnulib.git/commitdiff
math: More clang -Winclude-next-absolute-path silencing.
authorCollin Funk <collin.funk1@gmail.com>
Sat, 17 Feb 2024 10:47:36 +0000 (11:47 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 16 Mar 2024 08:05:57 +0000 (09:05 +0100)
* lib/math.c: Write #include <math.h> instead of #include "math.h".

Copyright-paperwork-exempt: Yes

ChangeLog
lib/math.c

index 678414381b17551f30bad75c3c13b06f0bbb8294..13f498456de1ecc246853819de515b97317850bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-02-17  Collin Funk  <collin.funk1@gmail.com>
+
+       math: More clang -Winclude-next-absolute-path silencing.
+       * lib/math.c: Write #include <math.h> instead of #include "math.h".
+
 2024-02-17  Bruno Haible  <bruno@clisp.org>
 
        error: More clang -Winclude-next-absolute-path silencing.
index 08f4103c3dbdb6c015edf74ccabd937b91ee46a3..78da4d4acad4c0c395a837754586263d1f07c59e 100644 (file)
@@ -18,5 +18,5 @@
 #include <config.h>
 
 #define _GL_MATH_INLINE _GL_EXTERN_INLINE
-#include "math.h"
+#include <math.h>
 typedef int dummy;