summaryrefslogtreecommitdiff
path: root/usr/src/boot/lib/libstand/net.c
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2018-11-01 14:31:34 +0200
committerHans Rosenfeld <hans.rosenfeld@joyent.com>2018-11-09 11:32:03 +0100
commit0c3d39e1b503beb46fe27b646084d5e30ec0aa0a (patch)
treedaa135a0fd07e11a074b8f84148530cbcd7b16fe /usr/src/boot/lib/libstand/net.c
parent7079b4f8bb5b8643192a092af2f5e1c1d56e3b29 (diff)
downloadillumos-joyent-0c3d39e1b503beb46fe27b646084d5e30ec0aa0a.tar.gz
9947 loader: Remove unnecessary include from libstand.
Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Diffstat (limited to 'usr/src/boot/lib/libstand/net.c')
-rw-r--r--usr/src/boot/lib/libstand/net.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/boot/lib/libstand/net.c b/usr/src/boot/lib/libstand/net.c
index ae2590a327..640f8746e9 100644
--- a/usr/src/boot/lib/libstand/net.c
+++ b/usr/src/boot/lib/libstand/net.c
@@ -47,7 +47,6 @@
#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>