summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-07-06 05:59:22 +0000
committerngie <ngie@FreeBSD.org>2017-07-06 05:59:22 +0000
commit5294da362c7bac6741e62d106bdc9e95fd212664 (patch)
tree03edbc7528602ac65f3333f11677e958927694b2 /usr.bin
parent354827093898cf60a42f39b14507355689844b9c (diff)
downloadFreeBSD-src-5294da362c7bac6741e62d106bdc9e95fd212664.zip
FreeBSD-src-5294da362c7bac6741e62d106bdc9e95fd212664.tar.gz
MFC r317161:
which(1): sort #includes No functional change [intended].
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/which/which.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/which/which.c b/usr.bin/which/which.c
index 10161fe..0f4c1b4 100644
--- a/usr.bin/which/which.c
+++ b/usr.bin/which/which.c
@@ -28,9 +28,8 @@
__FBSDID("$FreeBSD$");
-#include <sys/stat.h>
#include <sys/param.h>
-
+#include <sys/stat.h>
#include <err.h>
#include <stdio.h>
#include <stdlib.h>
OpenPOWER on IntegriCloud