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

svn path=/trunk/; revision=61523
This commit is contained in:
Amine Khaldi
2014-01-04 11:06:54 +00:00
parent 5aa676b878
commit cc7bc9bd07
4 changed files with 5 additions and 10 deletions
-2
View File
@@ -9,9 +9,7 @@
#include "pci.h"
#ifndef NDEBUG
#define NDEBUG
#endif
#include <debug.h>
/*** PRIVATE *****************************************************************/
+2 -3
View File
@@ -7,12 +7,11 @@
* 10-09-2001 CSH Created
*/
#define INITGUID
#include "pci.h"
#ifndef NDEBUG
#include <stdio.h>
#define NDEBUG
#endif
#include <debug.h>
static DRIVER_DISPATCH PciDispatchDeviceControl;
-3
View File
@@ -1,7 +1,4 @@
#include <ntifs.h>
#include <wdmguid.h>
#include <stdio.h>
#include <ntddk.h>
#define TAG_PCI '0ICP'
+3 -2
View File
@@ -9,9 +9,10 @@
#include "pci.h"
#ifndef NDEBUG
#include <initguid.h>
#include <wdmguid.h>
#define NDEBUG
#endif
#include <debug.h>
/*** PRIVATE *****************************************************************/