Author: ngie
Date: Wed Apr 19 19:55:38 2017
New Revision: 317161
URL: https://svnweb.freebsd.org/changeset/base/317161

Log:
  which(1): sort #includes
  
  No functional change [intended].
  
  MFC after:    7 weeks
  Sponsored by: Dell EMC Isilon

Modified:
  head/usr.bin/which/which.c

Modified: head/usr.bin/which/which.c
==============================================================================
--- head/usr.bin/which/which.c  Wed Apr 19 19:52:40 2017        (r317160)
+++ head/usr.bin/which/which.c  Wed Apr 19 19:55:38 2017        (r317161)
@@ -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>
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to