From 8cf0915c1901207ef3d7297c07eeb8127d3b0544 Mon Sep 17 00:00:00 2001 From: Faraz Vahedi Date: Sat, 26 Oct 2024 22:04:07 +0330 Subject: [PATCH] perror(1): Reorder headers alphabetically to meet style(9) compliance Signed-off-by: Faraz Vahedi Reviewed by: markj, oshogbo MFC after: 1 week Pull Request: https://github.com/freebsd/freebsd-src/pull/1492 (cherry picked from commit 82e9f8c2d19ba5d132438a764352eb3b4826fc58) --- usr.bin/perror/perror.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/usr.bin/perror/perror.c b/usr.bin/perror/perror.c index bdf19e2423c..caf0972e9c5 100644 --- a/usr.bin/perror/perror.c +++ b/usr.bin/perror/perror.c @@ -28,12 +28,13 @@ */ #include +#include + +#include +#include #include #include #include -#include -#include -#include #include