Nikolay Sivov : msxml3: Don't include assert.h where it's not used.

Alexandre Julliard julliard at winehq.org
Fri Nov 12 11:22:33 CST 2010


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Thu Nov 11 23:44:14 2010 +0300

msxml3: Don't include assert.h where it's not used.

---

 dlls/msxml3/bsc.c        |    1 -
 dlls/msxml3/dispex.c     |    1 -
 dlls/msxml3/node.c       |    1 -
 dlls/msxml3/parseerror.c |    1 -
 dlls/msxml3/saxreader.c  |    1 -
 dlls/msxml3/schema.c     |    1 -
 6 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/dlls/msxml3/bsc.c b/dlls/msxml3/bsc.c
index cd3d456..020a6e5 100644
--- a/dlls/msxml3/bsc.c
+++ b/dlls/msxml3/bsc.c
@@ -22,7 +22,6 @@
 #include "config.h"
 
 #include <stdarg.h>
-#include <assert.h>
 #include "windef.h"
 #include "winbase.h"
 #include "winuser.h"
diff --git a/dlls/msxml3/dispex.c b/dlls/msxml3/dispex.c
index 4afcc99..6afbb70 100644
--- a/dlls/msxml3/dispex.c
+++ b/dlls/msxml3/dispex.c
@@ -21,7 +21,6 @@
 #include "config.h"
 
 #include <stdarg.h>
-#include <assert.h>
 #include "windef.h"
 #include "winbase.h"
 #include "winuser.h"
diff --git a/dlls/msxml3/node.c b/dlls/msxml3/node.c
index 221abc2..5ed2573 100644
--- a/dlls/msxml3/node.c
+++ b/dlls/msxml3/node.c
@@ -23,7 +23,6 @@
 #define COBJMACROS
 
 #include <stdarg.h>
-#include <assert.h>
 #include "windef.h"
 #include "winbase.h"
 #include "winuser.h"
diff --git a/dlls/msxml3/parseerror.c b/dlls/msxml3/parseerror.c
index 5193216..d5e4cde 100644
--- a/dlls/msxml3/parseerror.c
+++ b/dlls/msxml3/parseerror.c
@@ -24,7 +24,6 @@
 #include "config.h"
 
 #include <stdarg.h>
-#include <assert.h>
 #include "windef.h"
 #include "winbase.h"
 #include "winerror.h"
diff --git a/dlls/msxml3/saxreader.c b/dlls/msxml3/saxreader.c
index 4f88ffb..5a98c82 100644
--- a/dlls/msxml3/saxreader.c
+++ b/dlls/msxml3/saxreader.c
@@ -23,7 +23,6 @@
 #include "config.h"
 
 #include <stdarg.h>
-#include <assert.h>
 #include "windef.h"
 #include "winbase.h"
 #include "winuser.h"
diff --git a/dlls/msxml3/schema.c b/dlls/msxml3/schema.c
index 1ff4566..c9016ce 100644
--- a/dlls/msxml3/schema.c
+++ b/dlls/msxml3/schema.c
@@ -24,7 +24,6 @@
 #include "config.h"
 
 #include <stdarg.h>
-#include <assert.h>
 #include "windef.h"
 #include "winbase.h"
 #include "winuser.h"




More information about the wine-cvs mailing list