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/dev | |
parent | 5225742b84032fe7f6a56fc56fe368550b1d8bd6 (diff) |
remove uneeded route.h includes
ok miod@ mpi@
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/if_de.c | 3 | ||||
-rw-r--r-- | sys/dev/pci/if_san_common.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/pci/if_de.c b/sys/dev/pci/if_de.c index d48a878b8dd..712342218b1 100644 --- a/sys/dev/pci/if_de.c +++ b/sys/dev/pci/if_de.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_de.c,v 1.115 2014/07/22 13:12:11 mpi Exp $ */ +/* $OpenBSD: if_de.c,v 1.116 2014/09/08 06:24:13 jsg Exp $ */ /* $NetBSD: if_de.c,v 1.58 1998/01/12 09:39:58 thorpej Exp $ */ /*- @@ -54,7 +54,6 @@ #include <net/if_media.h> #include <net/if_types.h> #include <net/if_dl.h> -#include <net/route.h> #include <net/netisr.h> #include "bpfilter.h" diff --git a/sys/dev/pci/if_san_common.c b/sys/dev/pci/if_san_common.c index b259667a64b..4614e92aa50 100644 --- a/sys/dev/pci/if_san_common.c +++ b/sys/dev/pci/if_san_common.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_san_common.c,v 1.18 2014/07/22 13:12:11 mpi Exp $ */ +/* $OpenBSD: if_san_common.c,v 1.19 2014/09/08 06:24:13 jsg Exp $ */ /*- * Copyright (c) 2001-2004 Sangoma Technologies (SAN) @@ -54,7 +54,6 @@ # include <net/if_types.h> # include <net/if.h> # include <net/netisr.h> -# include <net/route.h> # include <net/if_media.h> # include <net/ppp_defs.h> # include <net/if_ppp.h> |