[PATCH 2/2] Don't include assert.h where it's not used
Nikolay Sivov
nsivov at codeweavers.com
Thu Nov 11 14:44:14 CST 2010
---
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"
--
1.5.6.5
--------------060208080706000907050600--
More information about the wine-patches
mailing list