quartz: Exclude unused headers (2 of 2)

Andrew Talbot Andrew.Talbot at talbotville.com
Wed May 16 13:02:39 CDT 2007


Changelog:
    quartz: Exclude unused headers.

diff -urN a/dlls/quartz/parser.c b/dlls/quartz/parser.c
--- a/dlls/quartz/parser.c	2007-04-07 11:24:22.000000000 +0100
+++ b/dlls/quartz/parser.c	2007-05-16 18:38:36.000000000 +0100
@@ -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 -urN a/dlls/quartz/systemclock.c b/dlls/quartz/systemclock.c
--- a/dlls/quartz/systemclock.c	2007-03-12 13:30:41.000000000 +0000
+++ b/dlls/quartz/systemclock.c	2007-05-16 18:38:45.000000000 +0100
@@ -22,7 +22,6 @@
 
 #include "wine/debug.h"
 #include "wine/unicode.h"
-#include "uuids.h"
 #include <assert.h>
 
 WINE_DEFAULT_DEBUG_CHANNEL(quartz);
diff -urN a/dlls/quartz/transform.c b/dlls/quartz/transform.c
--- a/dlls/quartz/transform.c	2007-04-09 13:37:26.000000000 +0100
+++ b/dlls/quartz/transform.c	2007-05-16 18:38:53.000000000 +0100
@@ -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 -urN a/dlls/quartz/videorenderer.c b/dlls/quartz/videorenderer.c
--- a/dlls/quartz/videorenderer.c	2007-03-20 13:12:29.000000000 +0000
+++ b/dlls/quartz/videorenderer.c	2007-05-16 18:39:02.000000000 +0100
@@ -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 -urN a/dlls/quartz/waveparser.c b/dlls/quartz/waveparser.c
--- a/dlls/quartz/waveparser.c	2007-04-07 11:24:23.000000000 +0100
+++ b/dlls/quartz/waveparser.c	2007-05-16 18:39:12.000000000 +0100
@@ -24,7 +24,6 @@
 
 #include "uuids.h"
 #include "aviriff.h"
-#include "mmreg.h"
 #include "vfwmsgs.h"
 #include "mmsystem.h"
 



More information about the wine-patches mailing list