svn commit: r193748 - head/sys/net

Bjoern A. Zeeb bz at FreeBSD.org
Mon Jun 8 20:04:46 UTC 2009


Author: bz
Date: Mon Jun  8 20:04:46 2009
New Revision: 193748
URL: http://svn.freebsd.org/changeset/base/193748

Log:
  Remove two unneeded, hidden includes.

Modified:
  head/sys/net/flowtable.h

Modified: head/sys/net/flowtable.h
==============================================================================
--- head/sys/net/flowtable.h	Mon Jun  8 20:04:36 2009	(r193747)
+++ head/sys/net/flowtable.h	Mon Jun  8 20:04:46 2009	(r193748)
@@ -33,8 +33,6 @@ $FreeBSD$
 #define	_NET_FLOWTABLE_H_
 
 #ifdef	_KERNEL
-#include <net/ethernet.h>
-#include <netinet/in.h>
 
 #define	FL_HASH_PORTS	(1<<0)	/* hash 4-tuple + protocol */
 #define	FL_PCPU		(1<<1)	/* pcpu cache */


More information about the svn-src-all mailing list