diff options
author | dg <dg@FreeBSD.org> | 1995-04-10 00:41:25 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1995-04-10 00:41:25 +0000 |
commit | ce03d20e819dd57048ebdfbbf9e2506ffac63de1 (patch) | |
tree | db13a8c65b0c007e706e8e83fb60bcaf15281c17 /usr.sbin/trpt/trpt.c | |
parent | f2eb317632a73195219bd630fe9a643eeb224c4e (diff) | |
download | FreeBSD-src-ce03d20e819dd57048ebdfbbf9e2506ffac63de1.zip FreeBSD-src-ce03d20e819dd57048ebdfbbf9e2506ffac63de1.tar.gz |
Removed bogus #include of netinet/in_pcb.h
Diffstat (limited to 'usr.sbin/trpt/trpt.c')
-rw-r--r-- | usr.sbin/trpt/trpt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/trpt/trpt.c b/usr.sbin/trpt/trpt.c index ef18570..ff07680 100644 --- a/usr.sbin/trpt/trpt.c +++ b/usr.sbin/trpt/trpt.c @@ -61,7 +61,6 @@ static char sccsid[] = "@(#)trpt.c 8.1 (Berkeley) 6/6/93"; #include <netinet/in.h> #include <netinet/in_systm.h> #include <netinet/ip.h> -#include <netinet/in_pcb.h> #include <netinet/ip_var.h> #include <netinet/tcp.h> #define TCPSTATES |