Author: cognet
Date: Tue Nov 16 14:08:21 2010
New Revision: 215399
URL: http://svn.freebsd.org/changeset/base/215399
Log:
No need to include sys/systm.h twice.
Modified:
head/sys/kern/kern_rmlock.c
Modified: head/sys/kern/kern_rmlock.c
==============================================================================
--- head/sys/kern/kern_rmlock.c Tue Nov 16 12:43:45 2010 (r215398)
+++ head/sys/kern/kern_rmlock.c Tue Nov 16 14:08:21 2010 (r215399)
@@ -48,7 +48,6 @@ __FBSDID("$FreeBSD$");
#include <sys/rmlock.h>
#include <sys/sched.h>
#include <sys/smp.h>
-#include <sys/systm.h>
#include <sys/turnstile.h>
#include <sys/lock_profile.h>
#include <machine/cpu.h>
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"