Andrew Talbot : quartz: Exclude unused headers.

Alexandre Julliard julliard at wine.codeweavers.com
Thu May 17 06:42:30 CDT 2007


Module: wine
Branch: master
Commit: a894ab6bd019107e87cff587fcfe726d5cb87f0b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a894ab6bd019107e87cff587fcfe726d5cb87f0b

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Wed May 16 19:02:39 2007 +0100

quartz: Exclude unused headers.

---

 dlls/quartz/parser.c        |    5 -----
 dlls/quartz/systemclock.c   |    1 -
 dlls/quartz/transform.c     |    6 ------
 dlls/quartz/videorenderer.c |    2 --
 dlls/quartz/waveparser.c    |    1 -
 5 files changed, 0 insertions(+), 15 deletions(-)

diff --git a/dlls/quartz/parser.c b/dlls/quartz/parser.c
index 8e85456..9bbda09 100644
--- a/dlls/quartz/parser.c
+++ b/dlls/quartz/parser.c
@@ -23,14 +23,9 @@
 #include "control_private.h"
 #include "pin.h"
 
-#include "uuids.h"
-#include "aviriff.h"
-#include "mmreg.h"
 #include "vfwmsgs.h"
 #include "amvideo.h"
 
-#include "fourcc.h"
-
 #include "wine/unicode.h"
 #include "wine/debug.h"
 
diff --git a/dlls/quartz/systemclock.c b/dlls/quartz/systemclock.c
index d78611f..ff1a28a 100644
--- a/dlls/quartz/systemclock.c
+++ b/dlls/quartz/systemclock.c
@@ -22,7 +22,6 @@
 
 #include "wine/debug.h"
 #include "wine/unicode.h"
-#include "uuids.h"
 #include <assert.h>
 
 WINE_DEFAULT_DEBUG_CHANNEL(quartz);
diff --git a/dlls/quartz/transform.c b/dlls/quartz/transform.c
index 13bd308..9adaf17 100644
--- a/dlls/quartz/transform.c
+++ b/dlls/quartz/transform.c
@@ -24,17 +24,11 @@
 #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"
 #include "winbase.h"
 #include "dshow.h"
 #include "strmif.h"
-#include "vfwmsgs.h"
-#include "evcode.h"
 #include "vfw.h"
 
 #include <assert.h>
diff --git a/dlls/quartz/videorenderer.c b/dlls/quartz/videorenderer.c
index a7df440..b42338c 100644
--- a/dlls/quartz/videorenderer.c
+++ b/dlls/quartz/videorenderer.c
@@ -27,10 +27,8 @@
 #include "pin.h"
 
 #include "uuids.h"
-#include "mmreg.h"
 #include "vfwmsgs.h"
 #include "amvideo.h"
-#include "fourcc.h"
 #include "windef.h"
 #include "winbase.h"
 #include "dshow.h"
diff --git a/dlls/quartz/waveparser.c b/dlls/quartz/waveparser.c
index 3997782..cbb387e 100644
--- a/dlls/quartz/waveparser.c
+++ b/dlls/quartz/waveparser.c
@@ -24,7 +24,6 @@
 
 #include "uuids.h"
 #include "aviriff.h"
-#include "mmreg.h"
 #include "vfwmsgs.h"
 #include "mmsystem.h"
 




More information about the wine-cvs mailing list