wineqtdecoder: Remove duplicated assert.h include.

Michael Stefaniuc mstefani at redhat.de
Wed Jun 6 18:01:30 CDT 2012


---
Not even compile tested as I lack the needed system.


 dlls/wineqtdecoder/qtdatahandler.c |    2 --
 dlls/wineqtdecoder/qtsplitter.c    |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/dlls/wineqtdecoder/qtdatahandler.c b/dlls/wineqtdecoder/qtdatahandler.c
index be003c3..9c839aa 100644
--- a/dlls/wineqtdecoder/qtdatahandler.c
+++ b/dlls/wineqtdecoder/qtdatahandler.c
@@ -119,8 +119,6 @@
 #include "winuser.h"
 #include "dshow.h"
 
-#include <assert.h>
-
 #include "wine/unicode.h"
 #include "wine/debug.h"
 
diff --git a/dlls/wineqtdecoder/qtsplitter.c b/dlls/wineqtdecoder/qtsplitter.c
index 46ce23e..b584198 100644
--- a/dlls/wineqtdecoder/qtsplitter.c
+++ b/dlls/wineqtdecoder/qtsplitter.c
@@ -120,8 +120,6 @@
 #include "winuser.h"
 #include "dshow.h"
 
-#include <assert.h>
-
 #include "wine/unicode.h"
 #include "wine/debug.h"
 #include "wine/strmbase.h"
-- 
1.7.6.5



More information about the wine-patches mailing list