* 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

View file

@ -9,9 +9,7 @@
#include "pci.h"
#ifndef NDEBUG
#define NDEBUG
#endif
#include <debug.h>
/*** PRIVATE *****************************************************************/

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;

View file

@ -1,7 +1,4 @@
#include <ntifs.h>
#include <wdmguid.h>
#include <stdio.h>
#include <ntddk.h>
#define TAG_PCI '0ICP'

View file

@ -9,9 +9,10 @@
#include "pci.h"
#ifndef NDEBUG
#include <initguid.h>
#include <wdmguid.h>
#define NDEBUG
#endif
#include <debug.h>
/*** PRIVATE *****************************************************************/