summaryrefslogtreecommitdiffstats
path: root/sys/net/if_tun.c
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2014-09-08 06:24:13 +0000
committerjsg <jsg@openbsd.org>2014-09-08 06:24:13 +0000
commita370214e4b602a35c37039b041cfd100d6dcb48a (patch)
tree4ec8b6055db141fb97185df3d7a8bda00c4b2a8b /sys/net/if_tun.c
parentOCAML_VERSION will be removed, document CONFIGURE_STYLE=oasis (diff)
downloadwireguard-openbsd-a370214e4b602a35c37039b041cfd100d6dcb48a.tar.xz
wireguard-openbsd-a370214e4b602a35c37039b041cfd100d6dcb48a.zip
remove uneeded route.h includes
ok miod@ mpi@
Diffstat (limited to 'sys/net/if_tun.c')
-rw-r--r--sys/net/if_tun.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_tun.c b/sys/net/if_tun.c
index 2742c2e456c..b68e5a2eec5 100644
--- a/sys/net/if_tun.c
+++ b/sys/net/if_tun.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_tun.c,v 1.127 2014/07/22 11:06:09 mpi Exp $ */
+/* $OpenBSD: if_tun.c,v 1.128 2014/09/08 06:24:13 jsg Exp $ */
/* $NetBSD: if_tun.c,v 1.24 1996/05/07 02:40:48 thorpej Exp $ */
/*
@@ -60,7 +60,6 @@
#include <net/if.h>
#include <net/if_types.h>
#include <net/netisr.h>
-#include <net/route.h>
#ifdef INET
#include <netinet/in.h>