From 667e594a202ad2424dd7bb0eb3d5358c6be05791 Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Tue, 2 Jul 2024 17:24:39 -0700 Subject: maint: prefer #include <...> for gnulib substitute headers * src/hello.c: Change #include "errno.h" to #include . Change #include "error.h" to #include . --- src/hello.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hello.c b/src/hello.c index 9a9fb84..e51316d 100644 --- a/src/hello.c +++ b/src/hello.c @@ -17,6 +17,8 @@ #include +#include +#include #include #include #include @@ -26,8 +28,6 @@ #include "closeout.h" #include "configmake.h" #include "dirname.h" -#include "errno.h" -#include "error.h" #include "gettext.h" #include "progname.h" #include "propername.h" -- cgit v1.2.3