summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_ipsp.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2014-09-08 06:24:14 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2014-09-08 06:24:14 +0000
commit54ce592cec12e4da4a90208a13a3f75e92e8ff34 (patch)
tree24e85d6e29ffe2ef5ed1bd5d1368b010d124dc71 /sys/netinet/ip_ipsp.c
parent5225742b84032fe7f6a56fc56fe368550b1d8bd6 (diff)
remove uneeded route.h includes
ok miod@ mpi@
Diffstat (limited to 'sys/netinet/ip_ipsp.c')
-rw-r--r--sys/netinet/ip_ipsp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/ip_ipsp.c b/sys/netinet/ip_ipsp.c
index e4a5df8a1ba..d20e179f653 100644
--- a/sys/netinet/ip_ipsp.c
+++ b/sys/netinet/ip_ipsp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ipsp.c,v 1.197 2014/07/22 11:06:10 mpi Exp $ */
+/* $OpenBSD: ip_ipsp.c,v 1.198 2014/09/08 06:24:13 jsg Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr),
@@ -49,7 +49,6 @@
#include <sys/timeout.h>
#include <net/if.h>
-#include <net/route.h>
#if NPF > 0
#include <net/pfvar.h>