svn commit: r188626 - in head/sys: net netinet

Luigi Rizzo luigi at FreeBSD.org
Sat Feb 14 16:28:29 PST 2009


Author: luigi
Date: Sun Feb 15 00:28:28 2009
New Revision: 188626
URL: http://svn.freebsd.org/changeset/base/188626

Log:
  remove unnecessary #include from vnet.h and vinet.h
  
  Approved by:	Marko Zec

Modified:
  head/sys/net/vnet.h
  head/sys/netinet/vinet.h

Modified: head/sys/net/vnet.h
==============================================================================
--- head/sys/net/vnet.h	Sat Feb 14 23:48:26 2009	(r188625)
+++ head/sys/net/vnet.h	Sun Feb 15 00:28:28 2009	(r188626)
@@ -35,14 +35,8 @@
 
 #include "opt_route.h"
 
-#include <sys/param.h>
-#include <sys/systm.h>
-#include <sys/protosw.h>
-
 #include <net/if.h>
-#include <net/if_var.h>
 #include <net/route.h>
-#include <net/raw_cb.h>
 
 struct vnet_net {
 	int	_if_index;

Modified: head/sys/netinet/vinet.h
==============================================================================
--- head/sys/netinet/vinet.h	Sat Feb 14 23:48:26 2009	(r188625)
+++ head/sys/netinet/vinet.h	Sun Feb 15 00:28:28 2009	(r188626)
@@ -33,12 +33,9 @@
 #ifndef _NETINET_VINET_H_
 #define _NETINET_VINET_H_
 
-#include <sys/socketvar.h>
 #include <sys/sysctl.h>
-#include <sys/md5.h>
 
 #include <netinet/in.h>
-#include <netinet/in_systm.h>
 #include <netinet/in_var.h>
 #include <netinet/in_pcb.h>
 #include <netinet/ip_var.h>


More information about the svn-src-head mailing list