diff options
author | Lawrence Teo <lteo@cvs.openbsd.org> | 2014-10-24 02:01:21 +0000 |
---|---|---|
committer | Lawrence Teo <lteo@cvs.openbsd.org> | 2014-10-24 02:01:21 +0000 |
commit | 3e8c270ea87ae69582348dbd9985f1accf4d25e0 (patch) | |
tree | 2338363a5e6fdaa55bc12d79dedc80cd7f0f49ca /usr.bin/tcpbench | |
parent | 5961b5940379e07dda105bb74490400fd2c1398f (diff) |
Remove unnecessary include: netinet/in_systm.h is not needed by these
programs.
ok deraadt@ millert@
Diffstat (limited to 'usr.bin/tcpbench')
-rw-r--r-- | usr.bin/tcpbench/tcpbench.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/tcpbench/tcpbench.c b/usr.bin/tcpbench/tcpbench.c index 152e0c911a2..7832bf71fad 100644 --- a/usr.bin/tcpbench/tcpbench.c +++ b/usr.bin/tcpbench/tcpbench.c @@ -25,7 +25,6 @@ #include <net/route.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/tcp.h> #include <netinet/tcp_timer.h> |