From 5240bae30892453e8a8e6c3503041f37363451e3 Mon Sep 17 00:00:00 2001 From: Nikolay Sivov Date: Thu, 11 Nov 2010 23:44:14 +0300 Subject: [PATCH] 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, 6 deletions(-) diff --git a/dlls/msxml3/bsc.c b/dlls/msxml3/bsc.c index cd3d45664bc..020a6e58389 100644 --- a/dlls/msxml3/bsc.c +++ b/dlls/msxml3/bsc.c @@ -22,7 +22,6 @@ #include "config.h" #include -#include #include "windef.h" #include "winbase.h" #include "winuser.h" diff --git a/dlls/msxml3/dispex.c b/dlls/msxml3/dispex.c index 4afcc99c661..6afbb702baa 100644 --- a/dlls/msxml3/dispex.c +++ b/dlls/msxml3/dispex.c @@ -21,7 +21,6 @@ #include "config.h" #include -#include #include "windef.h" #include "winbase.h" #include "winuser.h" diff --git a/dlls/msxml3/node.c b/dlls/msxml3/node.c index 221abc26b7a..5ed2573e8ce 100644 --- a/dlls/msxml3/node.c +++ b/dlls/msxml3/node.c @@ -23,7 +23,6 @@ #define COBJMACROS #include -#include #include "windef.h" #include "winbase.h" #include "winuser.h" diff --git a/dlls/msxml3/parseerror.c b/dlls/msxml3/parseerror.c index 5193216107d..d5e4cdebde6 100644 --- a/dlls/msxml3/parseerror.c +++ b/dlls/msxml3/parseerror.c @@ -24,7 +24,6 @@ #include "config.h" #include -#include #include "windef.h" #include "winbase.h" #include "winerror.h" diff --git a/dlls/msxml3/saxreader.c b/dlls/msxml3/saxreader.c index 4f88ffb6c4c..5a98c828f3a 100644 --- a/dlls/msxml3/saxreader.c +++ b/dlls/msxml3/saxreader.c @@ -23,7 +23,6 @@ #include "config.h" #include -#include #include "windef.h" #include "winbase.h" #include "winuser.h" diff --git a/dlls/msxml3/schema.c b/dlls/msxml3/schema.c index 1ff456626bb..c9016cec249 100644 --- a/dlls/msxml3/schema.c +++ b/dlls/msxml3/schema.c @@ -24,7 +24,6 @@ #include "config.h" #include -#include #include "windef.h" #include "winbase.h" #include "winuser.h"