* Properly name the main header.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61970
This commit is contained in:
Amine Khaldi
2014-02-04 10:36:20 +00:00
parent b0473f435a
commit 24209ff3c8
8 changed files with 8 additions and 16 deletions
+1 -2
View File
@@ -6,7 +6,7 @@
* PROGRAMMER: Johannes Anderwald
*/
#include "priv.h"
#include "precomp.h"
#define YDEBUG
#include <debug.h>
@@ -1761,4 +1761,3 @@ MMixerAddEvent(
InsertTailList(&MixerInfo->EventList, &EventData->Entry);
return MM_STATUS_SUCCESS;
}
+1 -1
View File
@@ -6,7 +6,7 @@
* PROGRAMMER: Johannes Anderwald
*/
#include "priv.h"
#include "precomp.h"
#define YDEBUG
#include <debug.h>
+1 -1
View File
@@ -6,7 +6,7 @@
* PROGRAMMER: Johannes Anderwald
*/
#include "priv.h"
#include "precomp.h"
#define YDEBUG
#include <debug.h>
+1 -1
View File
@@ -6,7 +6,7 @@
* PROGRAMMER: Johannes Anderwald
*/
#include "priv.h"
#include "precomp.h"
#define YDEBUG
#include <debug.h>
@@ -1,4 +1,4 @@
#include <ntddk.h>
#include <wdm.h>
#include <windef.h>
#define NOBITMAP
#include <mmreg.h>
+1 -2
View File
@@ -6,7 +6,7 @@
* PROGRAMMER: Johannes Anderwald
*/
#include "priv.h"
#include "precomp.h"
#define YDEBUG
#include <debug.h>
@@ -865,4 +865,3 @@ MMixerInitializePinConnect(
PinConnect->Priority.PriorityClass = KSPRIORITY_NORMAL;
PinConnect->Priority.PrioritySubClass = 1;
}
+1 -6
View File
@@ -6,7 +6,7 @@
* PROGRAMMER: Johannes Anderwald
*/
#include "priv.h"
#include "precomp.h"
#define YDEBUG
#include <debug.h>
@@ -1289,8 +1289,3 @@ MMixerCreateTopology(
/* done */
return MM_STATUS_SUCCESS;
}
+1 -2
View File
@@ -6,7 +6,7 @@
* PROGRAMMER: Johannes Anderwald
*/
#include "priv.h"
#include "precomp.h"
#define YDEBUG
#include <debug.h>
@@ -711,4 +711,3 @@ MMixerGetWaveDevicePath(
/* done */
return MM_STATUS_SUCCESS;
}