Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jan 2015 15:21:55 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r277977 - head/sys/dev/iscsi
Message-ID:  <201501311521.t0VFLtWV026969@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501311521.t0VFLtWV026969>