Commit 5e93aa38 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

mmdevapi: Avoid a couple of dependencies on ddraw.h.

parent d55bb449
......@@ -32,7 +32,7 @@
#include "ole2.h"
#include "mmdeviceapi.h"
#include "dshow.h"
#include "mmsystem.h"
#include "dsound.h"
#include "audioclient.h"
#include "endpointvolume.h"
......
......@@ -29,6 +29,7 @@
#include "wine/debug.h"
#include "wine/unicode.h"
#include "initguid.h"
#include "ole2.h"
#include "mmdeviceapi.h"
#include "dshow.h"
......
......@@ -32,10 +32,9 @@
#include "olectl.h"
#include "rpcproxy.h"
#include "propsys.h"
#include "initguid.h"
#include "propkeydef.h"
#include "mmdeviceapi.h"
#include "dshow.h"
#include "mmsystem.h"
#include "dsound.h"
#include "audioclient.h"
#include "endpointvolume.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment