* 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=61500
This commit is contained in:
Amine Khaldi 2014-01-03 17:15:34 +00:00
parent ce4a906215
commit bdaeed4487
3 changed files with 4 additions and 9 deletions

View file

@ -8,6 +8,8 @@
#include "wdmaud.h"
#include <mmixer.h>
#define NDEBUG
#include <debug.h>

View file

@ -9,6 +9,8 @@
#include "wdmaud.h"
#include <stdio.h>
#define NDEBUG
#include <debug.h>

View file

@ -1,14 +1,5 @@
#include <pseh/pseh2.h>
#include <ntddk.h>
#include <portcls.h>
#include <ks.h>
#include <ksmedia.h>
#include <mmreg.h>
#include <mmsystem.h>
#include <stdlib.h>
#include <stdio.h>
#include <wchar.h>
#include "mmixer.h"
#include "interface.h"