From e65c9cc58201ade72c6b382998882045c6dc4eb9 Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 22 Jul 2004 22:59:44 +0000 Subject: Remove redundant inclusion of bus_if.h. It isn't needed in this file, as sys/bus.h includes it. --- sys/dev/usb/uhub.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/usb/uhub.c') diff --git a/sys/dev/usb/uhub.c b/sys/dev/usb/uhub.c index 37fe5c3..739c33a 100644 --- a/sys/dev/usb/uhub.c +++ b/sys/dev/usb/uhub.c @@ -54,7 +54,6 @@ __FBSDID("$FreeBSD$"); #elif defined(__FreeBSD__) #include #include -#include "bus_if.h" #endif #include -- cgit v1.1