Author: kevlo
Date: Sun Jul 10 07:14:32 2011
New Revision: 223904
URL: http://svn.freebsd.org/changeset/base/223904

Log:
  style(9) cleanup

Modified:
  head/lib/libstand/zalloc_defs.h

Modified: head/lib/libstand/zalloc_defs.h
==============================================================================
--- head/lib/libstand/zalloc_defs.h     Sun Jul 10 06:57:00 2011        
(r223903)
+++ head/lib/libstand/zalloc_defs.h     Sun Jul 10 07:14:32 2011        
(r223904)
@@ -38,8 +38,8 @@
 #define DMALLOCDEBUG           /* add debugging code to gather stats */
 #define ZALLOCDEBUG
 
-#include <string.h>
 #include <sys/stdint.h>
+#include <string.h>
 #include "stand.h"
 
 typedef uintptr_t iaddr_t;     /* unsigned int same size as pointer    */
_______________________________________________
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