From 33e1b6ffef2089c7903e811393617be92ecf627e Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Thu, 16 Aug 2007 18:39:29 +0200 Subject: [PATCH] dxguid: Remove dsdriver.h from imports. --- dlls/dsound/dsound_main.c | 3 ++- dlls/dxguid/dxguid.c | 1 - dlls/wineoss.drv/audio.c | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dlls/dsound/dsound_main.c b/dlls/dsound/dsound_main.c index 2feb9358ed3..5f29ad43a57 100644 --- a/dlls/dsound/dsound_main.c +++ b/dlls/dsound/dsound_main.c @@ -47,9 +47,10 @@ #include "mmddk.h" #include "wine/debug.h" #include "dsound.h" +#include "dsconf.h" +#include "initguid.h" #include "dsdriver.h" #include "dsound_private.h" -#include "dsconf.h" WINE_DEFAULT_DEBUG_CHANNEL(dsound); diff --git a/dlls/dxguid/dxguid.c b/dlls/dxguid/dxguid.c index c222c7c2d27..ce2cce3ba28 100644 --- a/dlls/dxguid/dxguid.c +++ b/dlls/dxguid/dxguid.c @@ -36,7 +36,6 @@ #include "mmsystem.h" #include "dsound.h" #include "dsconf.h" -#include "dsdriver.h" #include "dmusici.h" #include "dmusics.h" #include "dplay.h" diff --git a/dlls/wineoss.drv/audio.c b/dlls/wineoss.drv/audio.c index 5c233dad373..4deee4b3963 100644 --- a/dlls/wineoss.drv/audio.c +++ b/dlls/wineoss.drv/audio.c @@ -65,10 +65,11 @@ #include "mmddk.h" #include "mmreg.h" #include "dsound.h" -#include "dsdriver.h" #include "ks.h" #include "ksguid.h" #include "ksmedia.h" +#include "initguid.h" +#include "dsdriver.h" #include "oss.h" #include "wine/debug.h"