Author: ngie
Date: Tue May 30 02:53:00 2017
New Revision: 319168
URL: https://svnweb.freebsd.org/changeset/base/319168

Log:
  MFC r318010:
  
  style(9): sort headers

Modified:
  stable/11/sys/tests/callout_test/callout_test.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/tests/callout_test/callout_test.c
==============================================================================
--- stable/11/sys/tests/callout_test/callout_test.c     Tue May 30 02:25:47 
2017        (r319167)
+++ stable/11/sys/tests/callout_test/callout_test.c     Tue May 30 02:53:00 
2017        (r319168)
@@ -27,23 +27,23 @@ __FBSDID("$FreeBSD$");
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/conf.h>
+#include <sys/cpuctl.h>
 #include <sys/fcntl.h>
 #include <sys/ioccom.h>
+#include <sys/kernel.h>
+#include <sys/libkern.h>
 #include <sys/malloc.h>
 #include <sys/module.h>
 #include <sys/mutex.h>
+#include <sys/pcpu.h>
+#include <sys/pmckern.h>
 #include <sys/priv.h>
 #include <sys/proc.h>
 #include <sys/queue.h>
 #include <sys/sched.h>
-#include <sys/kernel.h>
+#include <sys/smp.h>
 #include <sys/sysctl.h>
-#include <sys/libkern.h>
 #include <sys/uio.h>
-#include <sys/pcpu.h>
-#include <sys/smp.h>
-#include <sys/pmckern.h>
-#include <sys/cpuctl.h>
 #include <tests/kern_testfrwk.h>
 #include <tests/callout_test.h>
 #include <machine/cpu.h>
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to