[USBCCGP]

* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61951
This commit is contained in:
Amine Khaldi 2014-02-03 10:50:41 +00:00
parent f7f5635283
commit d42c5357fd
4 changed files with 5 additions and 7 deletions

View file

@ -545,4 +545,3 @@ USBCCGP_SelectConfiguration(
//
return Status;
}

View file

@ -190,4 +190,4 @@ DumpFunctionDescriptor(
DPRINT1(" Index %lu iInterface %x\n", SubIndex, FunctionDescriptor[Index].InterfaceDescriptorList[SubIndex]->iInterface);
}
}
}
}

View file

@ -11,6 +11,8 @@
#include "usbccgp.h"
#include <ntddk.h>
#define NDEBUG
#include <debug.h>

View file

@ -1,14 +1,11 @@
#ifndef USBEHCI_H__
#define USBEHCI_H__
#include <ntddk.h>
#include <wdm.h>
#include <hubbusif.h>
#include <usbbusif.h>
#include <usbdlib.h>
/* FIXME:
#include <usbprotocoldefs.h> */
#include <stdio.h>
typedef struct
@ -151,4 +148,4 @@ NTSTATUS
USBCCGP_EnumerateFunctions(
IN PDEVICE_OBJECT DeviceObject);
#endif
#endif /* USBEHCI_H__ */