perror(1): Reorder headers alphabetically to meet style(9) compliance

Signed-off-by: Faraz Vahedi <kfv@kfv.io>
Reviewed by:    markj, oshogbo
MFC after:      1 week
Pull Request:   https://github.com/freebsd/freebsd-src/pull/1492

(cherry picked from commit 82e9f8c2d19ba5d132438a764352eb3b4826fc58)
This commit is contained in:
Faraz Vahedi 2024-10-26 22:04:07 +03:30 committed by Mariusz Zaborski
parent 75c8e113e6
commit 8cf0915c19

View file

@ -28,12 +28,13 @@
*/
#include <sys/cdefs.h>
#include <sys/errno.h>
#include <err.h>
#include <locale.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <err.h>
#include <locale.h>
#include <sys/errno.h>
#include <capsicum_helpers.h>