projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94d0781
)
[USBHUB]
author
Amine Khaldi
<amine.khaldi@reactos.org>
Mon, 3 Feb 2014 10:53:08 +0000
(10:53 +0000)
committer
Amine Khaldi
<amine.khaldi@reactos.org>
Mon, 3 Feb 2014 10:53:08 +0000
(10:53 +0000)
* Improve header inclusions.
CORE-7716
svn path=/trunk/; revision=61953
reactos/drivers/usb/usbhub/usbhub.h
patch
|
blob
|
history
diff --git
a/reactos/drivers/usb/usbhub/usbhub.h
b/reactos/drivers/usb/usbhub/usbhub.h
index
2a93c80
..
b0d2b94
100644
(file)
--- a/
reactos/drivers/usb/usbhub/usbhub.h
+++ b/
reactos/drivers/usb/usbhub/usbhub.h
@@
-1,12
+1,10
@@
#pragma once
-#include <
ntddk
.h>
+#include <
wdm
.h>
#include <hubbusif.h>
#include <usbbusif.h>
#include <usbdlib.h>
-//BROKEN: #include <usbprotocoldefs.h>
-
#define USB_HUB_TAG 'hbsu'
#define USB_MAXCHILDREN 127