Author: pluknet
Date: Wed Feb 23 18:22:40 2011
New Revision: 218976
URL: http://svn.freebsd.org/changeset/base/218976

Log:
  Clean up the now unused #include statement.
  
  Approved by:  kib (mentor)
  MFC after:    1 week
  X-MFC with:   r218972

Modified:
  head/sys/kern/kern_thread.c

Modified: head/sys/kern/kern_thread.c
==============================================================================
--- head/sys/kern/kern_thread.c Wed Feb 23 17:52:26 2011        (r218975)
+++ head/sys/kern/kern_thread.c Wed Feb 23 18:22:40 2011        (r218976)
@@ -40,7 +40,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/proc.h>
 #include <sys/resourcevar.h>
 #include <sys/smp.h>
-#include <sys/sysctl.h>
 #include <sys/sched.h>
 #include <sys/sleepqueue.h>
 #include <sys/selinfo.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