Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2019 16:59:42 +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: r353355 - head/sys/kern
Message-ID:  <201910091659.x99GxgQ5086293@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glebius
Date: Wed Oct  9 16:59:42 2019
New Revision: 353355
URL: https://svnweb.freebsd.org/changeset/base/353355

Log:
  Cleanup unneeded includes that crept in with r353292.

Modified:
  head/sys/kern/uipc_socket.c

Modified: head/sys/kern/uipc_socket.c
==============================================================================
--- head/sys/kern/uipc_socket.c	Wed Oct  9 16:57:14 2019	(r353354)
+++ head/sys/kern/uipc_socket.c	Wed Oct  9 16:59:42 2019	(r353355)
@@ -146,8 +146,6 @@ __FBSDID("$FreeBSD$");
 #include <netinet/tcp.h>
 
 #include <net/vnet.h>
-#include <net/if.h>	/* XXXGL: net_epoch should move out there */
-#include <net/if_var.h>	/* XXXGL: net_epoch should move out there */
 
 #include <security/mac/mac_framework.h>
 



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