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/ospf6d/database.c | |
parent | 58739bc23b87e86d504a597fd2ac5ca1b2d5d497 (diff) |
Remove unnecessary netinet/in_systm.h include.
ok millert@
Diffstat (limited to 'usr.sbin/ospf6d/database.c')
-rw-r--r-- | usr.sbin/ospf6d/database.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ospf6d/database.c b/usr.sbin/ospf6d/database.c index 6f6efec2169..37ad3048762 100644 --- a/usr.sbin/ospf6d/database.c +++ b/usr.sbin/ospf6d/database.c @@ -1,4 +1,4 @@ -/* $OpenBSD: database.c,v 1.14 2013/03/25 14:29:34 markus Exp $ */ +/* $OpenBSD: database.c,v 1.15 2014/10/25 03:23:49 lteo Exp $ */ /* * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> @@ -20,7 +20,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> #include <stdlib.h> |