Author: ngie
Date: Sat May 13 19:59:03 2017
New Revision: 318257
URL: https://svnweb.freebsd.org/changeset/base/318257

Log:
  style(9): sort headers
  
  MFC after:    3 weeks
  Sponsored by: Dell EMC Isilon

Modified:
  head/usr.bin/localedef/localedef.h

Modified: head/usr.bin/localedef/localedef.h
==============================================================================
--- head/usr.bin/localedef/localedef.h  Sat May 13 18:59:27 2017        
(r318256)
+++ head/usr.bin/localedef/localedef.h  Sat May 13 19:59:03 2017        
(r318257)
@@ -35,10 +35,10 @@
  */
 
 /* Common header files. */
+#include <sys/types.h>
+#include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <stdarg.h>
-#include <sys/types.h>
 
 extern int com_char;
 extern int esc_char;
_______________________________________________
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