kernel32/tests: Remove unused assertion header.

This commit is contained in:
André Hentschel 2014-02-21 22:06:38 +01:00 committed by Alexandre Julliard
parent 7c684cc81c
commit 7f9756e1ea

View File

@ -21,8 +21,6 @@
/* Needed for PRODUCT_* defines and GetProductInfo() */
#define _WIN32_WINNT 0x0600
#include <assert.h>
#include "wine/test.h"
#include "winbase.h"