d3drm/tests: Remove an unneeded assert.h include.
This commit is contained in:
parent
d2084d5a41
commit
9fbd18cc34
|
@ -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))
|
||||||
|
|
Loading…
Reference in New Issue