svn commit: r277977 - head/sys/dev/iscsi

Edward Tomasz Napierala trasz at FreeBSD.org
Sat Jan 31 15:21:55 UTC 2015


Author: trasz
Date: Sat Jan 31 15:21:54 2015
New Revision: 277977
URL: https://svnweb.freebsd.org/changeset/base/277977

Log:
  Drop unneeded include.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/dev/iscsi/icl_wrappers.h

Modified: head/sys/dev/iscsi/icl_wrappers.h
==============================================================================
--- head/sys/dev/iscsi/icl_wrappers.h	Sat Jan 31 15:20:58 2015	(r277976)
+++ head/sys/dev/iscsi/icl_wrappers.h	Sat Jan 31 15:21:54 2015	(r277977)
@@ -38,7 +38,6 @@
 #define	ICL_WRAPPERS_H
 
 #include <sys/kobj.h>
-#include <sys/condvar.h>
 
 #include <dev/iscsi/icl.h>
 #include <icl_conn_if.h>


More information about the svn-src-head mailing list