mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 17:31:23 +08:00
Correct include tree, fixing multiple defines.
svn path=/trunk/; revision=17355
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user