diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2014-11-18 23:55:02 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2014-11-18 23:55:02 +0000 |
commit | f12b94ec8ecf2f8fdfc35f027a67aed89fa2927c (patch) | |
tree | 84efa60b89827600da7b097ee8536ca4ab313332 /sys/lib/libsa | |
parent | ce8e5b8193175730882a417c60a970c82e1894f7 (diff) |
Nuke yet more obvious #include duplications.
ok miod@
Diffstat (limited to 'sys/lib/libsa')
-rw-r--r-- | sys/lib/libsa/net.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/lib/libsa/net.c b/sys/lib/libsa/net.c index 1073dad6e01..d3a7119dafc 100644 --- a/sys/lib/libsa/net.c +++ b/sys/lib/libsa/net.c @@ -1,4 +1,4 @@ -/* $OpenBSD: net.c,v 1.14 2014/07/13 15:31:20 mpi Exp $ */ +/* $OpenBSD: net.c,v 1.15 2014/11/18 23:55:01 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> |