diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-12-11 21:44:05 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-12-11 21:44:05 +0000 |
commit | 4aa16b6373f64a797a481dbfe9079dbe74597f4f (patch) | |
tree | 7a3c13c332740e3efd10e2ca17dadba365cc27a3 /sys/arch | |
parent | 85b9989f05c71d4c0bd30cf3be9eb63de6787af8 (diff) |
Remove unused includes.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mvme88k/dev/bugtty.c | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/dev/if_ie.c | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/sys/arch/mvme88k/dev/bugtty.c b/sys/arch/mvme88k/dev/bugtty.c index a37df66a496..6b06143c9a7 100644 --- a/sys/arch/mvme88k/dev/bugtty.c +++ b/sys/arch/mvme88k/dev/bugtty.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bugtty.c,v 1.22 2004/05/16 22:23:06 miod Exp $ */ +/* $OpenBSD: bugtty.c,v 1.23 2005/12/11 21:44:04 miod Exp $ */ /* Copyright (c) 1998 Steve Murphree, Jr. * Copyright (c) 1995 Dale Rahn. @@ -44,8 +44,6 @@ #include <mvme88k/dev/bugttyfunc.h> -#include "bugtty.h" - int bugttymatch(struct device *parent, void *self, void *aux); void bugttyattach(struct device *parent, struct device *self, void *aux); diff --git a/sys/arch/mvme88k/dev/if_ie.c b/sys/arch/mvme88k/dev/if_ie.c index 9877e1d303a..c4e0bce71db 100644 --- a/sys/arch/mvme88k/dev/if_ie.c +++ b/sys/arch/mvme88k/dev/if_ie.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ie.c,v 1.34 2005/10/12 19:33:48 miod Exp $ */ +/* $OpenBSD: if_ie.c,v 1.35 2005/12/11 21:44:04 miod Exp $ */ /*- * Copyright (c) 1998 Steve Murphree, Jr. @@ -109,7 +109,6 @@ Mode of operation: #include <net/if.h> #include <net/if_types.h> #include <net/if_dl.h> -#include <net/netisr.h> #include <net/route.h> #if NBPFILTER > 0 |