diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-09-08 06:24:14 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-09-08 06:24:14 +0000 |
commit | 54ce592cec12e4da4a90208a13a3f75e92e8ff34 (patch) | |
tree | 24e85d6e29ffe2ef5ed1bd5d1368b010d124dc71 /sys/netinet/ipsec_output.c | |
parent | 5225742b84032fe7f6a56fc56fe368550b1d8bd6 (diff) |
remove uneeded route.h includes
ok miod@ mpi@
Diffstat (limited to 'sys/netinet/ipsec_output.c')
-rw-r--r-- | sys/netinet/ipsec_output.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/ipsec_output.c b/sys/netinet/ipsec_output.c index adcab7d1974..88a9c5952ba 100644 --- a/sys/netinet/ipsec_output.c +++ b/sys/netinet/ipsec_output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsec_output.c,v 1.53 2014/07/22 11:06:10 mpi Exp $ */ +/* $OpenBSD: ipsec_output.c,v 1.54 2014/09/08 06:24:13 jsg Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu) * @@ -30,7 +30,6 @@ #include <sys/timeout.h> #include <net/if.h> -#include <net/route.h> #if NPF > 0 #include <net/pfvar.h> |