svn commit: r318257 - head/usr.bin/localedef

Ngie Cooper ngie at FreeBSD.org
Sat May 13 19:59:05 UTC 2017


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;


More information about the svn-src-head mailing list