Correct include tree, fixing multiple defines.
Modified: trunk/reactos/drivers/usb/cromwell/uhci/uhci.h

Modified: trunk/reactos/drivers/usb/cromwell/uhci/uhci.h
--- trunk/reactos/drivers/usb/cromwell/uhci/uhci.h	2005-08-12 20:57:26 UTC (rev 17354)
+++ trunk/reactos/drivers/usb/cromwell/uhci/uhci.h	2005-08-12 21:01:32 UTC (rev 17355)
@@ -1,11 +1,11 @@
-#include <ddk/ntddk.h>
+//#include <ddk/ntddk.h>
+// config and include core/hcd.h, for hc_device struct struct usb_interface *usb_ifnum_to_if(struct usb_device *dev, unsigned ifnum)
+
+#include "../usb_wrapper.h"
 #include <ddk/usbdi.h>
 #include <ddk/usbiodef.h>
 #include <initguid.h>
 
-// config and include core/hcd.h, for hc_device struct struct usb_interface *usb_ifnum_to_if(struct usb_device *dev, unsigned ifnum)
-
-#include "../usb_wrapper.h"
 #include "../core/hcd.h"
 
 #include "../host/ohci_main.h"