diff options
author | Toomas Soome <tsoome@me.com> | 2018-11-01 14:31:34 +0200 |
---|---|---|
committer | Hans Rosenfeld <hans.rosenfeld@joyent.com> | 2018-11-09 11:32:03 +0100 |
commit | 0c3d39e1b503beb46fe27b646084d5e30ec0aa0a (patch) | |
tree | daa135a0fd07e11a074b8f84148530cbcd7b16fe /usr/src/boot/lib/libstand/net.c | |
parent | 7079b4f8bb5b8643192a092af2f5e1c1d56e3b29 (diff) | |
download | illumos-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.c | 1 |
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> |