tests: Remove unneeded assert.h includes.

Francois Gouget fgouget at free.fr
Mon Sep 26 17:15:07 CDT 2011


---
 dlls/amstream/tests/amstream.c     |    2 --
 dlls/browseui/tests/autocomplete.c |    1 -
 dlls/comctl32/tests/ipaddress.c    |    1 -
 dlls/comctl32/tests/toolbar.c      |    1 -
 dlls/comctl32/tests/trackbar.c     |    1 -
 dlls/comctl32/tests/updown.c       |    1 -
 dlls/crypt32/tests/cert.c          |    2 +-
 dlls/crypt32/tests/chain.c         |    3 ++-
 dlls/crypt32/tests/crl.c           |    2 +-
 dlls/crypt32/tests/ctl.c           |    2 +-
 dlls/crypt32/tests/store.c         |    2 +-
 dlls/d3dxof/tests/d3dxof.c         |    2 +-
 dlls/ddraw/tests/d3d.c             |    1 -
 dlls/ddraw/tests/dsurface.c        |    1 -
 dlls/ddraw/tests/overlay.c         |    1 -
 dlls/ddraw/tests/refcount.c        |    1 -
 dlls/ddraw/tests/visual.c          |    1 -
 dlls/ddrawex/tests/ddrawex.c       |    1 -
 dlls/ddrawex/tests/surface.c       |    1 -
 dlls/dmloader/tests/loader.c       |    2 --
 dlls/gdi32/tests/mapping.c         |    1 -
 dlls/gdi32/tests/palette.c         |    1 -
 dlls/gdi32/tests/pen.c             |    1 -
 dlls/inetcomm/tests/mimeintl.c     |    1 -
 dlls/inetcomm/tests/mimeole.c      |    1 -
 dlls/kernel32/tests/pipe.c         |    1 -
 dlls/qedit/tests/mediadet.c        |    2 --
 dlls/quartz/tests/filtergraph.c    |    2 --
 dlls/quartz/tests/memallocator.c   |    2 --
 dlls/quartz/tests/referenceclock.c |    2 --
 dlls/riched20/tests/richole.c      |    2 +-
 dlls/riched32/tests/editor.c       |    2 +-
 dlls/secur32/tests/main.c          |    2 +-
 dlls/setupapi/tests/devinst.c      |    2 +-
 dlls/shell32/tests/appbar.c        |    1 -
 dlls/shell32/tests/systray.c       |    1 -
 dlls/shlwapi/tests/path.c          |    1 -
 dlls/shlwapi/tests/shreg.c         |    1 -
 dlls/sti/tests/sti.c               |    2 +-
 dlls/user32/tests/broadcast.c      |    1 -
 dlls/user32/tests/class.c          |    1 -
 dlls/user32/tests/combo.c          |    1 -
 dlls/user32/tests/cursoricon.c     |    1 -
 dlls/user32/tests/dce.c            |    1 -
 dlls/user32/tests/static.c         |    1 -
 dlls/winmm/tests/mmio.c            |    1 -
 dlls/wintrust/tests/softpub.c      |    3 ++-
 47 files changed, 14 insertions(+), 53 deletions(-)

diff --git a/dlls/amstream/tests/amstream.c b/dlls/amstream/tests/amstream.c
index 670ee7d..4798967 100644
--- a/dlls/amstream/tests/amstream.c
+++ b/dlls/amstream/tests/amstream.c
@@ -18,8 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <assert.h>
-
 #define COBJMACROS
 
 #include "wine/test.h"
diff --git a/dlls/browseui/tests/autocomplete.c b/dlls/browseui/tests/autocomplete.c
index e56c599..7c282a5 100644
--- a/dlls/browseui/tests/autocomplete.c
+++ b/dlls/browseui/tests/autocomplete.c
@@ -17,7 +17,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <assert.h>
 #include <stdarg.h>
 
 #include <initguid.h>
diff --git a/dlls/comctl32/tests/ipaddress.c b/dlls/comctl32/tests/ipaddress.c
index 85f92b1..96540cb 100644
--- a/dlls/comctl32/tests/ipaddress.c
+++ b/dlls/comctl32/tests/ipaddress.c
@@ -20,7 +20,6 @@
 
 #include <windows.h>
 #include <commctrl.h>
-#include <assert.h>
 
 #include "wine/test.h"
 
diff --git a/dlls/comctl32/tests/toolbar.c b/dlls/comctl32/tests/toolbar.c
index 50c4091..8850b11 100644
--- a/dlls/comctl32/tests/toolbar.c
+++ b/dlls/comctl32/tests/toolbar.c
@@ -18,7 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <assert.h>
 #include <stdarg.h>
 
 #include "windef.h"
diff --git a/dlls/comctl32/tests/trackbar.c b/dlls/comctl32/tests/trackbar.c
index b72099d..725490f 100644
--- a/dlls/comctl32/tests/trackbar.c
+++ b/dlls/comctl32/tests/trackbar.c
@@ -17,7 +17,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <assert.h>
 #include <windows.h>
 #include <commctrl.h>
 #include <stdio.h>
diff --git a/dlls/comctl32/tests/updown.c b/dlls/comctl32/tests/updown.c
index f10e469..e2a640f 100644
--- a/dlls/comctl32/tests/updown.c
+++ b/dlls/comctl32/tests/updown.c
@@ -44,7 +44,6 @@
  *   - more stuff to test
  */
 
-#include <assert.h>
 #include <windows.h>
 #include <commctrl.h>
 #include <stdio.h>
diff --git a/dlls/crypt32/tests/cert.c b/dlls/crypt32/tests/cert.c
index 9e7104a..8239af8 100644
--- a/dlls/crypt32/tests/cert.c
+++ b/dlls/crypt32/tests/cert.c
@@ -18,9 +18,9 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <assert.h>
 #include <stdio.h>
 #include <stdarg.h>
+
 #include <windef.h>
 #include <winbase.h>
 #include <winreg.h>
diff --git a/dlls/crypt32/tests/chain.c b/dlls/crypt32/tests/chain.c
index 163f5b2..669871b 100644
--- a/dlls/crypt32/tests/chain.c
+++ b/dlls/crypt32/tests/chain.c
@@ -17,9 +17,10 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
-#include <assert.h>
+
 #include <stdio.h>
 #include <stdarg.h>
+
 #include <windef.h>
 #include <winbase.h>
 #include <winerror.h>
diff --git a/dlls/crypt32/tests/crl.c b/dlls/crypt32/tests/crl.c
index fb7b6e4..313ebb3 100644
--- a/dlls/crypt32/tests/crl.c
+++ b/dlls/crypt32/tests/crl.c
@@ -18,9 +18,9 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <assert.h>
 #include <stdio.h>
 #include <stdarg.h>
+
 #include <windef.h>
 #include <winbase.h>
 #include <winreg.h>
diff --git a/dlls/crypt32/tests/ctl.c b/dlls/crypt32/tests/ctl.c
index 978ccda..f292a4c 100644
--- a/dlls/crypt32/tests/ctl.c
+++ b/dlls/crypt32/tests/ctl.c
@@ -18,9 +18,9 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <assert.h>
 #include <stdio.h>
 #include <stdarg.h>
+
 #include <windef.h>
 #include <winbase.h>
 #include <winerror.h>
diff --git a/dlls/crypt32/tests/store.c b/dlls/crypt32/tests/store.c
index 6d3c54f..40d407a 100644
--- a/dlls/crypt32/tests/store.c
+++ b/dlls/crypt32/tests/store.c
@@ -18,9 +18,9 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <assert.h>
 #include <stdio.h>
 #include <stdarg.h>
+
 #include <windef.h>
 #include <winbase.h>
 #include <winreg.h>
diff --git a/dlls/d3dxof/tests/d3dxof.c b/dlls/d3dxof/tests/d3dxof.c
index e8bda82..daded96 100644
--- a/dlls/d3dxof/tests/d3dxof.c
+++ b/dlls/d3dxof/tests/d3dxof.c
@@ -19,8 +19,8 @@
  */
 #define COBJMACROS
 
-#include <assert.h>
 #include <stdio.h>
+
 #include "wine/test.h"
 #include "initguid.h"
 #include "dxfile.h"
diff --git a/dlls/ddraw/tests/d3d.c b/dlls/ddraw/tests/d3d.c
index 54ff598..40a58e8 100644
--- a/dlls/ddraw/tests/d3d.c
+++ b/dlls/ddraw/tests/d3d.c
@@ -22,7 +22,6 @@
 
 #define COBJMACROS
 
-#include <assert.h>
 #include "wine/test.h"
 #include "initguid.h"
 #include "ddraw.h"
diff --git a/dlls/ddraw/tests/dsurface.c b/dlls/ddraw/tests/dsurface.c
index 12026d8..3aefe52 100644
--- a/dlls/ddraw/tests/dsurface.c
+++ b/dlls/ddraw/tests/dsurface.c
@@ -23,7 +23,6 @@
  */
 #define COBJMACROS
 
-#include <assert.h>
 #include "wine/test.h"
 #include "wine/exception.h"
 #include "ddraw.h"
diff --git a/dlls/ddraw/tests/overlay.c b/dlls/ddraw/tests/overlay.c
index 4f5a694..4f1ac92 100644
--- a/dlls/ddraw/tests/overlay.c
+++ b/dlls/ddraw/tests/overlay.c
@@ -19,7 +19,6 @@
  */
 #define COBJMACROS
 
-#include <assert.h>
 #include "wine/test.h"
 #include "ddraw.h"
 #include "unknwn.h"
diff --git a/dlls/ddraw/tests/refcount.c b/dlls/ddraw/tests/refcount.c
index c432f13..970865e 100644
--- a/dlls/ddraw/tests/refcount.c
+++ b/dlls/ddraw/tests/refcount.c
@@ -19,7 +19,6 @@
  */
 #define COBJMACROS
 
-#include <assert.h>
 #include "wine/test.h"
 #include "ddraw.h"
 #include "d3d.h"
diff --git a/dlls/ddraw/tests/visual.c b/dlls/ddraw/tests/visual.c
index 2fdfe73..8593aef 100644
--- a/dlls/ddraw/tests/visual.c
+++ b/dlls/ddraw/tests/visual.c
@@ -19,7 +19,6 @@
 
 /* See comment in dlls/d3d9/tests/visual.c for general guidelines */
 
-#include <assert.h>
 #include "wine/test.h"
 #include "ddraw.h"
 #include "d3d.h"
diff --git a/dlls/ddrawex/tests/ddrawex.c b/dlls/ddrawex/tests/ddrawex.c
index 9a2fb16..7a6440b 100644
--- a/dlls/ddrawex/tests/ddrawex.c
+++ b/dlls/ddrawex/tests/ddrawex.c
@@ -17,7 +17,6 @@
  */
 #define COBJMACROS
 
-#include <assert.h>
 #include "wine/test.h"
 #include "windef.h"
 #include "winbase.h"
diff --git a/dlls/ddrawex/tests/surface.c b/dlls/ddrawex/tests/surface.c
index 099c6d2..ecf0084 100644
--- a/dlls/ddrawex/tests/surface.c
+++ b/dlls/ddrawex/tests/surface.c
@@ -19,7 +19,6 @@
 /* For IID_IDirectDraw3 - it is not in dxguid.dll */
 #define INITGUID
 
-#include <assert.h>
 #include "wine/test.h"
 #include "windef.h"
 #include "winbase.h"
diff --git a/dlls/dmloader/tests/loader.c b/dlls/dmloader/tests/loader.c
index dc1ff7a..18e86e4 100644
--- a/dlls/dmloader/tests/loader.c
+++ b/dlls/dmloader/tests/loader.c
@@ -16,8 +16,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <assert.h>
-
 #define COBJMACROS
 
 #include "initguid.h"
diff --git a/dlls/gdi32/tests/mapping.c b/dlls/gdi32/tests/mapping.c
index 650efda..4850c29 100644
--- a/dlls/gdi32/tests/mapping.c
+++ b/dlls/gdi32/tests/mapping.c
@@ -19,7 +19,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <assert.h>
 #include <stdio.h>
 #include <math.h>
 
diff --git a/dlls/gdi32/tests/palette.c b/dlls/gdi32/tests/palette.c
index 4ad1dd1..039be59 100644
--- a/dlls/gdi32/tests/palette.c
+++ b/dlls/gdi32/tests/palette.c
@@ -19,7 +19,6 @@
  */
 
 #include <stdarg.h>
-#include <assert.h>
 
 #include "windef.h"
 #include "winbase.h"
diff --git a/dlls/gdi32/tests/pen.c b/dlls/gdi32/tests/pen.c
index d7819a5..df13f6e 100644
--- a/dlls/gdi32/tests/pen.c
+++ b/dlls/gdi32/tests/pen.c
@@ -19,7 +19,6 @@
  */
 
 #include <stdarg.h>
-#include <assert.h>
 
 #include "windef.h"
 #include "winbase.h"
diff --git a/dlls/inetcomm/tests/mimeintl.c b/dlls/inetcomm/tests/mimeintl.c
index f64d7d9..09f9dae 100644
--- a/dlls/inetcomm/tests/mimeintl.c
+++ b/dlls/inetcomm/tests/mimeintl.c
@@ -31,7 +31,6 @@
 #include "mlang.h"
 
 #include <stdio.h>
-#include <assert.h>
 
 #include "wine/test.h"
 
diff --git a/dlls/inetcomm/tests/mimeole.c b/dlls/inetcomm/tests/mimeole.c
index 36bc338..a53ab23 100644
--- a/dlls/inetcomm/tests/mimeole.c
+++ b/dlls/inetcomm/tests/mimeole.c
@@ -29,7 +29,6 @@
 #include "mimeole.h"
 
 #include <stdio.h>
-#include <assert.h>
 
 #include "wine/test.h"
 
diff --git a/dlls/kernel32/tests/pipe.c b/dlls/kernel32/tests/pipe.c
index 4fc6739..a86baed 100644
--- a/dlls/kernel32/tests/pipe.c
+++ b/dlls/kernel32/tests/pipe.c
@@ -18,7 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <assert.h>
 #include <stdarg.h>
 #include <stdio.h>
 
diff --git a/dlls/qedit/tests/mediadet.c b/dlls/qedit/tests/mediadet.c
index d1f53a0..de9b3a4 100644
--- a/dlls/qedit/tests/mediadet.c
+++ b/dlls/qedit/tests/mediadet.c
@@ -18,8 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <assert.h>
-
 #define COBJMACROS
 
 #include "initguid.h"
diff --git a/dlls/quartz/tests/filtergraph.c b/dlls/quartz/tests/filtergraph.c
index d8c5ad7..e08f6c4 100644
--- a/dlls/quartz/tests/filtergraph.c
+++ b/dlls/quartz/tests/filtergraph.c
@@ -19,8 +19,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <assert.h>
-
 #define COBJMACROS
 #define CONST_VTABLE
 
diff --git a/dlls/quartz/tests/memallocator.c b/dlls/quartz/tests/memallocator.c
index c5313f7..d2ace87 100644
--- a/dlls/quartz/tests/memallocator.c
+++ b/dlls/quartz/tests/memallocator.c
@@ -18,8 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <assert.h>
-
 #define COBJMACROS
 
 #include "wine/test.h"
diff --git a/dlls/quartz/tests/referenceclock.c b/dlls/quartz/tests/referenceclock.c
index ddce02e..a96bd48 100644
--- a/dlls/quartz/tests/referenceclock.c
+++ b/dlls/quartz/tests/referenceclock.c
@@ -18,8 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <assert.h>
-
 #define COBJMACROS
 
 #include "wine/test.h"
diff --git a/dlls/riched20/tests/richole.c b/dlls/riched20/tests/richole.c
index 6eefdd0..ee89086 100644
--- a/dlls/riched20/tests/richole.c
+++ b/dlls/riched20/tests/richole.c
@@ -21,7 +21,7 @@
 #define COBJMACROS
 
 #include <stdarg.h>
-#include <assert.h>
+
 #include <windef.h>
 #include <winbase.h>
 #include <wingdi.h>
diff --git a/dlls/riched32/tests/editor.c b/dlls/riched32/tests/editor.c
index 9cf96c1..71e510a 100644
--- a/dlls/riched32/tests/editor.c
+++ b/dlls/riched32/tests/editor.c
@@ -22,7 +22,7 @@
 */
 
 #include <stdarg.h>
-#include <assert.h>
+
 #include <windef.h>
 #include <winbase.h>
 #include <wingdi.h>
diff --git a/dlls/secur32/tests/main.c b/dlls/secur32/tests/main.c
index e652485..7612b1c8 100644
--- a/dlls/secur32/tests/main.c
+++ b/dlls/secur32/tests/main.c
@@ -22,7 +22,7 @@
 
 #include <stdarg.h>
 #include <stdio.h>
-#include <assert.h>
+
 #include <windef.h>
 #include <winbase.h>
 #include <sspi.h>
diff --git a/dlls/setupapi/tests/devinst.c b/dlls/setupapi/tests/devinst.c
index df4a407..77962b0 100644
--- a/dlls/setupapi/tests/devinst.c
+++ b/dlls/setupapi/tests/devinst.c
@@ -18,9 +18,9 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <assert.h>
 #include <stdarg.h>
 #include <stdio.h>
+
 #include "windef.h"
 #include "winbase.h"
 #include "wingdi.h"
diff --git a/dlls/shell32/tests/appbar.c b/dlls/shell32/tests/appbar.c
index 5e5dfaf..2bba332 100644
--- a/dlls/shell32/tests/appbar.c
+++ b/dlls/shell32/tests/appbar.c
@@ -17,7 +17,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <assert.h>
 #include <stdarg.h>
 
 #include <windows.h>
diff --git a/dlls/shell32/tests/systray.c b/dlls/shell32/tests/systray.c
index 23d3034..6699350 100644
--- a/dlls/shell32/tests/systray.c
+++ b/dlls/shell32/tests/systray.c
@@ -17,7 +17,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 #define _WIN32_IE 0x600
-#include <assert.h>
 #include <stdarg.h>
 
 #include <windows.h>
diff --git a/dlls/shlwapi/tests/path.c b/dlls/shlwapi/tests/path.c
index e5f5c7c..d459570 100644
--- a/dlls/shlwapi/tests/path.c
+++ b/dlls/shlwapi/tests/path.c
@@ -17,7 +17,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <assert.h>
 #include <stdarg.h>
 #include <stdio.h>
 
diff --git a/dlls/shlwapi/tests/shreg.c b/dlls/shlwapi/tests/shreg.c
index 4a68494..3cee765 100644
--- a/dlls/shlwapi/tests/shreg.c
+++ b/dlls/shlwapi/tests/shreg.c
@@ -17,7 +17,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <assert.h>
 #include <stdarg.h>
 #include <stdio.h>
 
diff --git a/dlls/sti/tests/sti.c b/dlls/sti/tests/sti.c
index f9839d4..c74f793 100644
--- a/dlls/sti/tests/sti.c
+++ b/dlls/sti/tests/sti.c
@@ -19,7 +19,7 @@
  */
 
 #include <stdarg.h>
-#include <assert.h>
+
 #include "windef.h"
 #include "winbase.h"
 #define COBJMACROS
diff --git a/dlls/user32/tests/broadcast.c b/dlls/user32/tests/broadcast.c
index 48f1318..daddf96 100644
--- a/dlls/user32/tests/broadcast.c
+++ b/dlls/user32/tests/broadcast.c
@@ -20,7 +20,6 @@
 
 #define _WIN32_WINNT 0x0501
 
-#include <assert.h>
 #include <stdarg.h>
 #include <stdio.h>
 
diff --git a/dlls/user32/tests/class.c b/dlls/user32/tests/class.c
index 57d3632..1fa9b9b 100644
--- a/dlls/user32/tests/class.c
+++ b/dlls/user32/tests/class.c
@@ -21,7 +21,6 @@
 /* To get CS_DROPSHADOW with the MSVC headers */
 #define _WIN32_WINNT 0x0501
 
-#include <assert.h>
 #include <stdlib.h>
 #include <stdarg.h>
 #include <stdio.h>
diff --git a/dlls/user32/tests/combo.c b/dlls/user32/tests/combo.c
index af23f96..0514ed8 100644
--- a/dlls/user32/tests/combo.c
+++ b/dlls/user32/tests/combo.c
@@ -17,7 +17,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <assert.h>
 #include <stdarg.h>
 #include <stdio.h>
 
diff --git a/dlls/user32/tests/cursoricon.c b/dlls/user32/tests/cursoricon.c
index 6e13fc0..8a0d7c3 100644
--- a/dlls/user32/tests/cursoricon.c
+++ b/dlls/user32/tests/cursoricon.c
@@ -20,7 +20,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <assert.h>
 #include <stdlib.h>
 #include <stdarg.h>
 #include <stdio.h>
diff --git a/dlls/user32/tests/dce.c b/dlls/user32/tests/dce.c
index 4aacd64..9b5a89e 100644
--- a/dlls/user32/tests/dce.c
+++ b/dlls/user32/tests/dce.c
@@ -18,7 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <assert.h>
 #include <stdlib.h>
 #include <stdarg.h>
 #include <stdio.h>
diff --git a/dlls/user32/tests/static.c b/dlls/user32/tests/static.c
index 62089bd..13955aa 100644
--- a/dlls/user32/tests/static.c
+++ b/dlls/user32/tests/static.c
@@ -17,7 +17,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <assert.h>
 #include <stdarg.h>
 #include <stdio.h>
 
diff --git a/dlls/winmm/tests/mmio.c b/dlls/winmm/tests/mmio.c
index ea8faed..a76de7a 100644
--- a/dlls/winmm/tests/mmio.c
+++ b/dlls/winmm/tests/mmio.c
@@ -18,7 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <assert.h>
 #include <stdarg.h>
 
 #include "windef.h"
diff --git a/dlls/wintrust/tests/softpub.c b/dlls/wintrust/tests/softpub.c
index 8f23085..0987f9c 100644
--- a/dlls/wintrust/tests/softpub.c
+++ b/dlls/wintrust/tests/softpub.c
@@ -18,9 +18,10 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
-#include <assert.h>
+
 #include <stdio.h>
 #include <stdarg.h>
+
 #include <windef.h>
 #include <winbase.h>
 #include <winerror.h>
-- 
1.7.5.4




More information about the wine-patches mailing list