svn commit: r290374 - head/sys/dev/filemon

Bryan Drewery bdrewery at FreeBSD.org
Wed Nov 4 22:49:36 UTC 2015


Author: bdrewery
Date: Wed Nov  4 22:49:34 2015
New Revision: 290374
URL: https://svnweb.freebsd.org/changeset/base/290374

Log:
  Remove unneeded mutex.h include, missed in r287155.
  
  MFC after:	1 week
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/sys/dev/filemon/filemon.c

Modified: head/sys/dev/filemon/filemon.c
==============================================================================
--- head/sys/dev/filemon/filemon.c	Wed Nov  4 22:46:30 2015	(r290373)
+++ head/sys/dev/filemon/filemon.c	Wed Nov  4 22:49:34 2015	(r290374)
@@ -43,7 +43,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/lock.h>
 #include <sys/malloc.h>
 #include <sys/module.h>
-#include <sys/mutex.h>
 #include <sys/poll.h>
 #include <sys/proc.h>
 #include <sys/queue.h>


More information about the svn-src-head mailing list