svn commit: r356752 - head/sys/netinet

Gleb Smirnoff glebius at FreeBSD.org
Wed Jan 15 03:41:15 UTC 2020


Author: glebius
Date: Wed Jan 15 03:41:15 2020
New Revision: 356752
URL: https://svnweb.freebsd.org/changeset/base/356752

Log:
  Stop header pollution and don't include if_var.h via in_pcb.h.

Modified:
  head/sys/netinet/in_pcb.h

Modified: head/sys/netinet/in_pcb.h
==============================================================================
--- head/sys/netinet/in_pcb.h	Wed Jan 15 03:40:32 2020	(r356751)
+++ head/sys/netinet/in_pcb.h	Wed Jan 15 03:41:15 2020	(r356752)
@@ -51,8 +51,6 @@
 #include <sys/lock.h>
 #include <sys/rwlock.h>
 #include <net/vnet.h>
-#include <net/if.h>
-#include <net/if_var.h>
 #include <vm/uma.h>
 #endif
 #include <sys/ck.h>


More information about the svn-src-head mailing list