diff options
author | Lawrence Teo <lteo@cvs.openbsd.org> | 2014-10-25 03:23:50 +0000 |
---|---|---|
committer | Lawrence Teo <lteo@cvs.openbsd.org> | 2014-10-25 03:23:50 +0000 |
commit | d23548bdc8cdd3b951117321d755c0aa9cddbcfa (patch) | |
tree | 5e811926804e83ed3dc0550fd7d6b4a88140da18 /usr.sbin/dvmrpd/graft.c | |
parent | 58739bc23b87e86d504a597fd2ac5ca1b2d5d497 (diff) |
Remove unnecessary netinet/in_systm.h include.
ok millert@
Diffstat (limited to 'usr.sbin/dvmrpd/graft.c')
-rw-r--r-- | usr.sbin/dvmrpd/graft.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/dvmrpd/graft.c b/usr.sbin/dvmrpd/graft.c index 7b2eab92c19..b3be63ded8d 100644 --- a/usr.sbin/dvmrpd/graft.c +++ b/usr.sbin/dvmrpd/graft.c @@ -1,4 +1,4 @@ -/* $OpenBSD: graft.c,v 1.2 2010/05/26 13:56:07 nicm Exp $ */ +/* $OpenBSD: graft.c,v 1.3 2014/10/25 03:23:49 lteo Exp $ */ /* * Copyright (c) 2005, 2006 Esben Norby <norby@openbsd.org> @@ -19,7 +19,6 @@ #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <arpa/inet.h> |