msxml3: Don't include assert.h where it's not used.
authorNikolay Sivov <nsivov@codeweavers.com>
Thu, 11 Nov 2010 20:44:14 +0000 (23:44 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 12 Nov 2010 10:39:27 +0000 (11:39 +0100)
dlls/msxml3/bsc.c
dlls/msxml3/dispex.c
dlls/msxml3/node.c
dlls/msxml3/parseerror.c
dlls/msxml3/saxreader.c
dlls/msxml3/schema.c

index cd3d45664bc2bb5d982beaf9a4f863afa88eb149..020a6e58389a7c9341e3f2845bbf2a2a90651bc7 100644 (file)
@@ -22,7 +22,6 @@
 #include "config.h"
 
 #include <stdarg.h>
-#include <assert.h>
 #include "windef.h"
 #include "winbase.h"
 #include "winuser.h"
index 4afcc99c661015d447de5c3821685b87ecd484dd..6afbb702baa08194841068677a8a58ed45465f28 100644 (file)
@@ -21,7 +21,6 @@
 #include "config.h"
 
 #include <stdarg.h>
-#include <assert.h>
 #include "windef.h"
 #include "winbase.h"
 #include "winuser.h"
index 221abc26b7a451969f82f2901126c21ea9865d47..5ed2573e8cee104087aeacde5a127f4550af70d9 100644 (file)
@@ -23,7 +23,6 @@
 #define COBJMACROS
 
 #include <stdarg.h>
-#include <assert.h>
 #include "windef.h"
 #include "winbase.h"
 #include "winuser.h"
index 5193216107d0e618a333708e26a84b1ffb429a53..d5e4cdebde62022adb640cdffc05adeb4b81a9d4 100644 (file)
@@ -24,7 +24,6 @@
 #include "config.h"
 
 #include <stdarg.h>
-#include <assert.h>
 #include "windef.h"
 #include "winbase.h"
 #include "winerror.h"
index 4f88ffb6c4cddd6dfef1c5c992ea074026d06e20..5a98c828f3a6e571a8690be1710803b4d1ea3377 100644 (file)
@@ -23,7 +23,6 @@
 #include "config.h"
 
 #include <stdarg.h>
-#include <assert.h>
 #include "windef.h"
 #include "winbase.h"
 #include "winuser.h"
index 1ff456626bbeb402d1b7b35c0be29b0145c443cc..c9016cec249ca8bef8257fac1290816e02dbd618 100644 (file)
@@ -24,7 +24,6 @@
 #include "config.h"
 
 #include <stdarg.h>
-#include <assert.h>
 #include "windef.h"
 #include "winbase.h"
 #include "winuser.h"