mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[USBHUB]
* Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61953
This commit is contained in:
parent
94d0781f86
commit
61dfe2a760
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue