Correct include tree, fixing multiple defines.

svn path=/trunk/; revision=17355
This commit is contained in:
Aleksey Bragin 2005-08-12 21:01:32 +00:00
parent 84217b8390
commit 81d3bd9f54

View file

@ -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"