* Improve some includes.

svn path=/trunk/; revision=54094
This commit is contained in:
Amine Khaldi 2011-10-12 12:24:19 +00:00
parent b98f465c6d
commit 24bcd11f8e
5 changed files with 4 additions and 7 deletions

View file

@ -12,7 +12,7 @@
/* FUNCTIONS **************************************************************/
#include <ntddk.h>
#include <wdm.h>
#include "parallel.h"

View file

@ -32,9 +32,9 @@
* USBD_GetPdoRegistryParameters (implemented)
*/
#include <ntddk.h>
#include <wdm.h>
#include <usbdi.h>
#include <debug.h>
#ifndef PLUGPLAY_REGKEY_DRIVER
#define PLUGPLAY_REGKEY_DRIVER 2
#endif

View file

@ -9,7 +9,6 @@
#include <ntdef.h>
#include <dderror.h>
#include <miniport.h>
#include <ntddvdeo.h>
#include <video.h>
#include "vmx_regs.h"

View file

@ -29,7 +29,6 @@
#include "dderror.h"
#include "devioctl.h"
#include "miniport.h"
#include "ntddvdeo.h"
#include "video.h"
/* FIXME: NDK not compatible with miniport drivers */

View file

@ -1,4 +1,3 @@
#include <ntddk.h>
#include <debug.h>
#include <wdm.h>
#include <time.h>
#include <sbdsp.h>