From 1e4c97175ec0863f44f39e36bdaa4d57e776d554 Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Wed, 2 May 2007 21:23:43 +0100 Subject: [PATCH] dsound: Exclude unused headers. --- dlls/dsound/buffer.c | 1 - dlls/dsound/capture.c | 1 - dlls/dsound/dsound.c | 1 - dlls/dsound/duplex.c | 2 -- dlls/dsound/mixer.c | 1 - dlls/dsound/primary.c | 1 - dlls/dsound/propset.c | 1 - dlls/dsound/sound3d.c | 1 - 8 files changed, 9 deletions(-) diff --git a/dlls/dsound/buffer.c b/dlls/dsound/buffer.c index 3f75037af4e..252fbc88fd0 100644 --- a/dlls/dsound/buffer.c +++ b/dlls/dsound/buffer.c @@ -27,7 +27,6 @@ #include "winbase.h" #include "winuser.h" #include "mmsystem.h" -#include "winreg.h" #include "winternl.h" #include "wine/debug.h" #include "dsound.h" diff --git a/dlls/dsound/capture.c b/dlls/dsound/capture.c index 240138f4be9..34c36dd0285 100644 --- a/dlls/dsound/capture.c +++ b/dlls/dsound/capture.c @@ -34,7 +34,6 @@ #include "winuser.h" #include "mmsystem.h" #include "mmddk.h" -#include "winreg.h" #include "winternl.h" #include "winnls.h" #include "wine/debug.h" diff --git a/dlls/dsound/dsound.c b/dlls/dsound/dsound.c index b10a8d3bc0f..fbcc7987be0 100644 --- a/dlls/dsound/dsound.c +++ b/dlls/dsound/dsound.c @@ -28,7 +28,6 @@ #include "windef.h" #include "winbase.h" #include "winuser.h" -#include "winreg.h" #include "mmsystem.h" #include "winternl.h" #include "mmddk.h" diff --git a/dlls/dsound/duplex.c b/dlls/dsound/duplex.c index 26fd28c3ae5..c61432dc71b 100644 --- a/dlls/dsound/duplex.c +++ b/dlls/dsound/duplex.c @@ -29,9 +29,7 @@ #include "winuser.h" #include "mmsystem.h" #include "mmddk.h" -#include "winreg.h" #include "winternl.h" -#include "winnls.h" #include "wine/debug.h" #include "dsound.h" #include "dsdriver.h" diff --git a/dlls/dsound/mixer.c b/dlls/dsound/mixer.c index adbee9e98eb..1388e6f06ce 100644 --- a/dlls/dsound/mixer.c +++ b/dlls/dsound/mixer.c @@ -29,7 +29,6 @@ #include "winbase.h" #include "winuser.h" #include "mmsystem.h" -#include "winreg.h" #include "winternl.h" #include "wine/debug.h" #include "dsound.h" diff --git a/dlls/dsound/primary.c b/dlls/dsound/primary.c index 0725bd25d59..46314cdc4b3 100644 --- a/dlls/dsound/primary.c +++ b/dlls/dsound/primary.c @@ -27,7 +27,6 @@ #include "winbase.h" #include "winuser.h" #include "mmsystem.h" -#include "winreg.h" #include "winternl.h" #include "mmddk.h" #include "wine/debug.h" diff --git a/dlls/dsound/propset.c b/dlls/dsound/propset.c index b83ae377c2e..77732932e97 100644 --- a/dlls/dsound/propset.c +++ b/dlls/dsound/propset.c @@ -26,7 +26,6 @@ #include "winbase.h" #include "winuser.h" #include "mmsystem.h" -#include "winreg.h" #include "winternl.h" #include "winnls.h" #include "vfwmsgs.h" diff --git a/dlls/dsound/sound3d.c b/dlls/dsound/sound3d.c index 6145cffa9a6..2ee050d5dde 100644 --- a/dlls/dsound/sound3d.c +++ b/dlls/dsound/sound3d.c @@ -46,7 +46,6 @@ #include "winbase.h" #include "winuser.h" #include "mmsystem.h" -#include "winreg.h" #include "winternl.h" #include "mmddk.h" #include "wine/debug.h"