d3drm/tests: Remove an unneeded assert.h include.

This commit is contained in:
Francois Gouget 2011-09-27 00:14:22 +02:00 committed by Alexandre Julliard
parent d2084d5a41
commit 9fbd18cc34
1 changed files with 2 additions and 2 deletions

View File

@ -17,10 +17,10 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <assert.h>
#include "d3drmdef.h"
#include <math.h> #include <math.h>
#include "d3drmdef.h"
#include "wine/test.h" #include "wine/test.h"
#define PI (4.0f*atanf(1.0f)) #define PI (4.0f*atanf(1.0f))