* Do not include debug.h into the main header.
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61499
This commit is contained in:
Amine Khaldi 2014-01-03 17:13:55 +00:00
parent dd88e2643b
commit ce4a906215
4 changed files with 13 additions and 8 deletions

View file

@ -8,6 +8,11 @@
#include "kmixer.h"
#include <swenum.h>
#define YDEBUG
#include <debug.h>
NTSTATUS
NTAPI
Dispatch_fnDeviceIoControl(

View file

@ -8,6 +8,9 @@
#include "kmixer.h"
#define YDEBUG
#include <debug.h>
NTSTATUS
NTAPI
KMix_Pnp(

View file

@ -1,12 +1,4 @@
#include <ntddk.h>
#include <portcls.h>
#include <ks.h>
#include <ksmedia.h>
#include <swenum.h>
#define YDEBUG
#include <debug.h>
#include <samplerate.h>
#include <float_cast.h>
typedef struct

View file

@ -8,6 +8,11 @@
#include "kmixer.h"
#include <samplerate.h>
#define YDEBUG
#include <debug.h>
const GUID KSPROPSETID_Connection = {0x1D58C920L, 0xAC9B, 0x11CF, {0xA5, 0xD6, 0x28, 0xDB, 0x04, 0xC1, 0x00, 0x00}};
NTSTATUS