Michael Stefaniuc : wineqtdecoder: Remove duplicated assert.h include.

Alexandre Julliard julliard at winehq.org
Thu Jun 7 13:39:16 CDT 2012


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Thu Jun  7 01:01:30 2012 +0200

wineqtdecoder: Remove duplicated assert.h include.

---

 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"




More information about the wine-cvs mailing list