summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorLawrence Teo <lteo@cvs.openbsd.org>2014-11-06 05:29:36 +0000
committerLawrence Teo <lteo@cvs.openbsd.org>2014-11-06 05:29:36 +0000
commit2492a0567fae2b5b809365cd52d779927356d8c0 (patch)
tree192c9601f85728cadf0254d7a18236d24e851cf8 /sys
parent67e89a09bf38eaafac903238a5a0b3fa661a763a (diff)
Remove unneeded netinet6/ip6_divert.h include.
ok bluhm@ dlg@ florian@ mpi@
Diffstat (limited to 'sys')
-rw-r--r--sys/net/if_pfsync.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_pfsync.c b/sys/net/if_pfsync.c
index 5ac75c5eb0f..abc35b85298 100644
--- a/sys/net/if_pfsync.c
+++ b/sys/net/if_pfsync.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_pfsync.c,v 1.210 2014/10/17 00:47:48 dlg Exp $ */
+/* $OpenBSD: if_pfsync.c,v 1.211 2014/11/06 05:29:35 lteo Exp $ */
/*
* Copyright (c) 2002 Michael Shalayeff
@@ -76,7 +76,6 @@
#include <netinet6/ip6_var.h>
#include <netinet/icmp6.h>
#include <netinet6/nd6.h>
-#include <netinet6/ip6_divert.h>
#endif /* INET6 */
#include "carp.h"