Module: wine Branch: master Commit: 5ded3a9e88115a21e25a859e6f9ab882a5ce8316 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5ded3a9e88115a21e25a859e6f...
Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Wed May 16 19:02:28 2007 +0100
quartz: Exclude unused headers.
---
dlls/quartz/acmwrapper.c | 2 -- dlls/quartz/avidec.c | 4 ---- dlls/quartz/avisplit.c | 1 - dlls/quartz/dsoundrender.c | 2 -- dlls/quartz/mpegsplit.c | 1 - 5 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/dlls/quartz/acmwrapper.c b/dlls/quartz/acmwrapper.c index 0258e9c..210ea1e 100644 --- a/dlls/quartz/acmwrapper.c +++ b/dlls/quartz/acmwrapper.c @@ -21,7 +21,6 @@ #include "config.h"
#include "quartz_private.h" -#include "control_private.h" #include "pin.h"
#include "uuids.h" @@ -31,7 +30,6 @@ #include "dshow.h" #include "strmif.h" #include "vfwmsgs.h" -#include "evcode.h" #include "msacm.h"
#include <assert.h> diff --git a/dlls/quartz/avidec.c b/dlls/quartz/avidec.c index 0225d38..139e44d 100644 --- a/dlls/quartz/avidec.c +++ b/dlls/quartz/avidec.c @@ -21,12 +21,9 @@ #include "config.h"
#include "quartz_private.h" -#include "control_private.h" #include "pin.h"
#include "uuids.h" -#include "aviriff.h" -#include "mmreg.h" #include "vfwmsgs.h" #include "amvideo.h" #include "windef.h" @@ -34,7 +31,6 @@ #include "dshow.h" #include "strmif.h" #include "vfwmsgs.h" -#include "evcode.h" #include "vfw.h"
#include <assert.h> diff --git a/dlls/quartz/avisplit.c b/dlls/quartz/avisplit.c index f3a6f64..3121ead 100644 --- a/dlls/quartz/avisplit.c +++ b/dlls/quartz/avisplit.c @@ -29,7 +29,6 @@
#include "uuids.h" #include "aviriff.h" -#include "mmreg.h" #include "vfwmsgs.h" #include "amvideo.h"
diff --git a/dlls/quartz/dsoundrender.c b/dlls/quartz/dsoundrender.c index 2492052..9e73eee 100644 --- a/dlls/quartz/dsoundrender.c +++ b/dlls/quartz/dsoundrender.c @@ -25,9 +25,7 @@ #include "pin.h"
#include "uuids.h" -#include "mmreg.h" #include "vfwmsgs.h" -#include "fourcc.h" #include "windef.h" #include "winbase.h" #include "dshow.h" diff --git a/dlls/quartz/mpegsplit.c b/dlls/quartz/mpegsplit.c index 4057d7d..205f645 100644 --- a/dlls/quartz/mpegsplit.c +++ b/dlls/quartz/mpegsplit.c @@ -29,7 +29,6 @@
#include "uuids.h" #include "mmreg.h" -#include "vfwmsgs.h" #include "mmsystem.h"
#include "winternl.h"