Date: Thu, 24 Oct 2019 03:38:16 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r354000 - stable/12/stand/libsa Message-ID: <201910240338.x9O3cG9F025432@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevans Date: Thu Oct 24 03:38:16 2019 New Revision: 354000 URL: https://svnweb.freebsd.org/changeset/base/354000 Log: MFC r339970: Remove unnecessary include from libstand. Modified: stable/12/stand/libsa/ip.c stable/12/stand/libsa/net.c stable/12/stand/libsa/udp.c Directory Properties: stable/12/ (props changed) Modified: stable/12/stand/libsa/ip.c ============================================================================== --- stable/12/stand/libsa/ip.c Thu Oct 24 03:37:17 2019 (r353999) +++ stable/12/stand/libsa/ip.c Thu Oct 24 03:38:16 2019 (r354000) @@ -51,7 +51,6 @@ __FBSDID("$FreeBSD$"); #include <netinet/if_ether.h> #include <netinet/in_systm.h> -#include <netinet/in_pcb.h> #include <netinet/ip.h> #include <netinet/ip_var.h> #include <netinet/udp.h> Modified: stable/12/stand/libsa/net.c ============================================================================== --- stable/12/stand/libsa/net.c Thu Oct 24 03:37:17 2019 (r353999) +++ stable/12/stand/libsa/net.c Thu Oct 24 03:38:16 2019 (r354000) @@ -48,7 +48,6 @@ __FBSDID("$FreeBSD$"); #include <netinet/if_ether.h> #include <netinet/in_systm.h> -#include <netinet/in_pcb.h> #include <netinet/ip.h> #include <netinet/ip_var.h> #include <netinet/udp.h> Modified: stable/12/stand/libsa/udp.c ============================================================================== --- stable/12/stand/libsa/udp.c Thu Oct 24 03:37:17 2019 (r353999) +++ stable/12/stand/libsa/udp.c Thu Oct 24 03:38:16 2019 (r354000) @@ -48,7 +48,6 @@ __FBSDID("$FreeBSD$"); #include <netinet/if_ether.h> #include <netinet/in_systm.h> -#include <netinet/in_pcb.h> #include <netinet/ip.h> #include <netinet/ip_var.h> #include <netinet/udp.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910240338.x9O3cG9F025432>