From a9e47257733bec699d72b5e8c03d86c32fb3056f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 31 Dec 2023 19:48:24 -0800 Subject: [PATCH] maint: pacify clang -Winclude-next-absolute-path * gl/lib/xdectoint.c: Use #include <...> instead of #include "...". --- gl/lib/xdectoint.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gl/lib/xdectoint.c b/gl/lib/xdectoint.c index 061a08c225..5b53bdf4f2 100644 --- a/gl/lib/xdectoint.c +++ b/gl/lib/xdectoint.c @@ -24,9 +24,9 @@ #include #include -#include "error.h" -#include "quote.h" -#include "xstrtol.h" +#include +#include +#include /* Parse numeric string N_STR of base BASE, and return the value. Exit on parse error or if MIN or MAX are exceeded. -- 2.47.2