Date: Wed, 31 Oct 2018 19:59:20 +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: r339970 - head/stand/libsa Message-ID: <201810311959.w9VJxK8T007730@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glebius Date: Wed Oct 31 19:59:20 2018 New Revision: 339970 URL: https://svnweb.freebsd.org/changeset/base/339970 Log: Remove unnecessary include from libstand. Modified: head/stand/libsa/ip.c head/stand/libsa/net.c head/stand/libsa/udp.c Modified: head/stand/libsa/ip.c ============================================================================== --- head/stand/libsa/ip.c Wed Oct 31 19:37:11 2018 (r339969) +++ head/stand/libsa/ip.c Wed Oct 31 19:59:20 2018 (r339970) @@ -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: head/stand/libsa/net.c ============================================================================== --- head/stand/libsa/net.c Wed Oct 31 19:37:11 2018 (r339969) +++ head/stand/libsa/net.c Wed Oct 31 19:59:20 2018 (r339970) @@ -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: head/stand/libsa/udp.c ============================================================================== --- head/stand/libsa/udp.c Wed Oct 31 19:37:11 2018 (r339969) +++ head/stand/libsa/udp.c Wed Oct 31 19:59:20 2018 (r339970) @@ -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?201810311959.w9VJxK8T007730>