Author: ed
Date: Mon Oct 17 13:54:55 2011
New Revision: 226468
URL: http://svn.freebsd.org/changeset/base/226468

Log:
  Sort header file names.
  
  Spotted by:   des

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

Modified: head/usr.bin/look/look.c
==============================================================================
--- head/usr.bin/look/look.c    Mon Oct 17 13:51:00 2011        (r226467)
+++ head/usr.bin/look/look.c    Mon Oct 17 13:54:55 2011        (r226468)
@@ -61,8 +61,8 @@ __FBSDID("$FreeBSD$");
 #include <fcntl.h>
 #include <limits.h>
 #include <locale.h>
-#include <stdio.h>
 #include <stdint.h>
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to