svn commit: r339970 - head/stand/libsa

Gleb Smirnoff glebius at FreeBSD.org
Wed Oct 31 19:59:21 UTC 2018


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>


More information about the svn-src-all mailing list