mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Correct include tree, fixing multiple defines.
svn path=/trunk/; revision=17355
This commit is contained in:
parent
84217b8390
commit
81d3bd9f54
1 changed files with 4 additions and 4 deletions
|
@ -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/usbdi.h>
|
||||||
#include <ddk/usbiodef.h>
|
#include <ddk/usbiodef.h>
|
||||||
#include <initguid.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 "../core/hcd.h"
|
||||||
|
|
||||||
#include "../host/ohci_main.h"
|
#include "../host/ohci_main.h"
|
||||||
|
|
Loading…
Reference in a new issue