[USBCCGP]

* Do not include debug.h into the main header.
CORE-7716

svn path=/trunk/; revision=61491
This commit is contained in:
Amine Khaldi 2014-01-02 14:14:39 +00:00
parent 9cd89478ca
commit 0bfd04ab05
7 changed files with 18 additions and 2 deletions

View file

@ -11,6 +11,9 @@
#include "usbccgp.h"
#define NDEBUG
#include <debug.h>
NTSTATUS
NTAPI
USBCCGP_GetDescriptor(

View file

@ -11,6 +11,9 @@
#include "usbccgp.h"
#define NDEBUG
#include <debug.h>
NTSTATUS
NTAPI
FDO_QueryCapabilitiesCompletionRoutine(

View file

@ -11,6 +11,9 @@
#include "usbccgp.h"
#define NDEBUG
#include <debug.h>
NTSTATUS
USBCCGP_QueryInterface(
IN PDEVICE_OBJECT DeviceObject,

View file

@ -11,6 +11,9 @@
#include "usbccgp.h"
#define NDEBUG
#include <debug.h>
/* Driver verifier */
IO_COMPLETION_ROUTINE SyncForwardIrpCompletionRoutine;

View file

@ -11,6 +11,9 @@
#include "usbccgp.h"
#define NDEBUG
#include <debug.h>
NTSTATUS
USBCCGP_PdoHandleQueryDeviceText(
IN PDEVICE_OBJECT DeviceObject,

View file

@ -11,6 +11,9 @@
#include "usbccgp.h"
#define NDEBUG
#include <debug.h>
/* Driver verifier */
DRIVER_ADD_DEVICE USBCCGP_AddDevice;

View file

@ -2,8 +2,6 @@
#define USBEHCI_H__
#include <ntddk.h>
#define NDEBUG
#include <debug.h>
#include <initguid.h>
#include <hubbusif.h>
#include <usbbusif.h>