diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2014-11-20 14:51:43 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2014-11-20 14:51:43 +0000 |
commit | 7345488e16bacba9864a516ad2111f2c8c64ee83 (patch) | |
tree | 786f128912ffe5fa2b25b30860e31295da736a4b /sys/lib | |
parent | 0b153c06a0e0113d5115653e99784998a7b1345d (diff) |
Yet more #include de-duplication.
ok deraadt@ tedu@
Diffstat (limited to 'sys/lib')
-rw-r--r-- | sys/lib/libsa/netudp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/lib/libsa/netudp.c b/sys/lib/libsa/netudp.c index bdde831f09d..7e9b8563f0b 100644 --- a/sys/lib/libsa/netudp.c +++ b/sys/lib/libsa/netudp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: netudp.c,v 1.1 2014/11/19 20:01:33 miod Exp $ */ +/* $OpenBSD: netudp.c,v 1.2 2014/11/20 14:51:42 krw Exp $ */ /* $NetBSD: net.c,v 1.14 1996/10/13 02:29:02 christos Exp $ */ /* @@ -46,7 +46,6 @@ #include <net/if.h> #include <netinet/in.h> -#include <netinet/in.h> #include <netinet/if_ether.h> #include <netinet/ip.h> #include <netinet/ip_var.h> |