Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2020 03:41:15 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r356752 - head/sys/netinet
Message-ID:  <202001150341.00F3fF55024688@repo.freebsd.org>

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



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