mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
75c8e113e6
commit
8cf0915c19
1 changed files with 4 additions and 3 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue