* Remove one time inclusions from the main header and put them back where they belong.
* Improve the GUIDs situation.
* Improve header inclusions.
CORE-7716
svn path=/trunk/; revision=61949
#define NDEBUG
#include <debug.h>
+#include <initguid.h>
+#include <wdmguid.h>
+
static NTSTATUS
GetBusInterface(
IN PFDO_DEVICE_EXTENSION DeviceExtension)
* PROGRAMMERS: Hervé Poussineau (hpoussin@reactos.org)
*/
-#define INITGUID
#include "pciidex.h"
#define NDEBUG
#include <ntifs.h>
-#include <ntddk.h>
#include <ide.h>
-#include <wdmguid.h>
-#include <stdio.h>
typedef struct _PCIIDEX_DRIVER_EXTENSION
{
#include "pciidex.h"
+#include <stdio.h>
+
#define NDEBUG
#include <debug.h>