[DISK_NEW]

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

svn path=/trunk/; revision=61945
This commit is contained in:
Amine Khaldi 2014-02-03 10:40:25 +00:00
parent 559482f259
commit 79551e8e30
6 changed files with 10 additions and 15 deletions

View file

@ -79,4 +79,3 @@ DISK_MEDIA_TYPES_LIST const DiskMediaTypes[] = {
#ifdef ALLOC_DATA_PRAGMA
#pragma data_seg()
#endif

View file

@ -26,9 +26,8 @@ Revision History:
// Now instantiate the GUIDs
//
#include "initguid.h"
#include "ntddstor.h"
#include "ioevent.h"
#include <initguid.h>
#include <ioevent.h>
NTSTATUS
NTAPI

View file

@ -19,22 +19,21 @@ Notes:
Revision History:
--*/
#undef _WIN32_WINNT
#define _WIN32_WINNT 0x0501
#define NTDDI_VERSION NTDDI_WINXP
#include "ntddk.h"
#include "scsi.h"
#include <ntddk.h>
#include <wmidata.h>
#include "classpnp.h"
#include <classpnp.h>
#if defined(JAPAN) && defined(_X86_)
#include "machine.h"
#include <machine.h>
#endif
#include <wmistr.h>
#if defined(_X86_)
#include "mountdev.h"
#include <mountdev.h>
#endif
#ifdef ExAllocatePool
@ -976,4 +975,3 @@ DiskReadSignature(
#define DiskHashGuid(Guid) (((PULONG) &Guid)[0] ^ ((PULONG) &Guid)[0] ^ ((PULONG) &Guid)[0] ^ ((PULONG) &Guid)[0])

View file

@ -22,6 +22,8 @@ Revision History:
#include "disk.h"
#include <wmistr.h>
NTSTATUS
NTAPI
DiskSendFailurePredictIoctl(

View file

@ -1244,4 +1244,3 @@ DiskReleasePartitioningLock(
KeSetEvent(&(diskData->PartitioningEvent), IO_NO_INCREMENT, FALSE);
return;
}

View file

@ -21,9 +21,7 @@ Revision History:
--*/
#include "disk.h"
#include "ntddstor.h"
#if defined (_X86_)