From ef310efff89c7c9b24e149c33a698707417d8367 Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 16 May 2006 14:37:58 +0000 Subject: Since DELAY() was moved, most #includes have been unnecessary. --- sys/dev/usb/uhci.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/usb/uhci.c') diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c index e47d2b4..aed035c 100644 --- a/sys/dev/usb/uhci.c +++ b/sys/dev/usb/uhci.c @@ -96,7 +96,6 @@ __FBSDID("$FreeBSD$"); /*#define UHCI_CTL_LOOP */ #if defined(__FreeBSD__) -#include #define delay(d) DELAY(d) #endif -- cgit v1.1