summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorlteo <>2014-10-24 02:01:20 +0000
committerlteo <>2014-10-24 02:01:20 +0000
commit0f7ca1f1c7fb8a8c82864d35d1ebe0681fbb1b99 (patch)
tree863da86b6913ca309b34578124690ba77d843254 /src
parent29aad45bff189f574f5a2afddabe28b0d8cd7b16 (diff)
downloadopenbsd-0f7ca1f1c7fb8a8c82864d35d1ebe0681fbb1b99.tar.gz
openbsd-0f7ca1f1c7fb8a8c82864d35d1ebe0681fbb1b99.tar.bz2
openbsd-0f7ca1f1c7fb8a8c82864d35d1ebe0681fbb1b99.zip
Remove unnecessary include: netinet/in_systm.h is not needed by these
programs. ok deraadt@ millert@
Diffstat (limited to 'src')
-rw-r--r--src/usr.bin/nc/netcat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr.bin/nc/netcat.c b/src/usr.bin/nc/netcat.c
index 58454595b2..81cbe43430 100644
--- a/src/usr.bin/nc/netcat.c
+++ b/src/usr.bin/nc/netcat.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: netcat.c,v 1.122 2014/07/20 01:38:40 guenther Exp $ */ 1/* $OpenBSD: netcat.c,v 1.123 2014/10/24 02:01:20 lteo Exp $ */
2/* 2/*
3 * Copyright (c) 2001 Eric Jackson <ericj@monkey.org> 3 * Copyright (c) 2001 Eric Jackson <ericj@monkey.org>
4 * 4 *
@@ -38,7 +38,6 @@
38#include <sys/un.h> 38#include <sys/un.h>
39 39
40#include <netinet/in.h> 40#include <netinet/in.h>
41#include <netinet/in_systm.h>
42#include <netinet/tcp.h> 41#include <netinet/tcp.h>
43#include <netinet/ip.h> 42#include <netinet/ip.h>
44#include <arpa/telnet.h> 43#include <arpa/telnet.h>