* Improve some includes.
authorAmine Khaldi <amine.khaldi@reactos.org>
Wed, 12 Oct 2011 12:24:19 +0000 (12:24 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Wed, 12 Oct 2011 12:24:19 +0000 (12:24 +0000)
svn path=/trunk/; revision=54094

reactos/drivers/parallel/parallel/parallel.c
reactos/drivers/usb/usbd/usbd.c
reactos/drivers/video/miniport/vmx_svga/precomp.h
reactos/drivers/video/miniport/xboxvmp/xboxvmp.h
reactos/lib/drivers/sound/soundblaster/precomp.h

index 67461c2..25b9b27 100644 (file)
@@ -12,7 +12,7 @@
 
 /* FUNCTIONS **************************************************************/
 
-#include <ntddk.h>
+#include <wdm.h>
 
 #include "parallel.h"
 
index ce183c3..5732a34 100644 (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
index a8f8a82..a9b701b 100644 (file)
@@ -9,7 +9,6 @@
 #include <ntdef.h>
 #include <dderror.h>
 #include <miniport.h>
-#include <ntddvdeo.h>
 #include <video.h>
 #include "vmx_regs.h"
 
index 3dacdcc..8afe0d6 100644 (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 */
index a6b2920..a368c48 100644 (file)
@@ -1,4 +1,3 @@
-#include <ntddk.h>
-#include <debug.h>
+#include <wdm.h>
 #include <time.h>
 #include <sbdsp.h>