From 4aa16b6373f64a797a481dbfe9079dbe74597f4f Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sun, 11 Dec 2005 21:44:05 +0000 Subject: Remove unused includes. --- sys/arch/mvme88k/dev/bugtty.c | 4 +--- sys/arch/mvme88k/dev/if_ie.c | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'sys/arch') 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 -#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 #include #include -#include #include #if NBPFILTER > 0 -- cgit v1.2.3