mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
d3drm/tests: Remove an unneeded assert.h include.
This commit is contained in:
parent
d2084d5a41
commit
9fbd18cc34
1 changed files with 2 additions and 2 deletions
|
@ -17,10 +17,10 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include "d3drmdef.h"
|
||||
#include <math.h>
|
||||
|
||||
#include "d3drmdef.h"
|
||||
|
||||
#include "wine/test.h"
|
||||
|
||||
#define PI (4.0f*atanf(1.0f))
|
||||
|
|
Loading…
Reference in a new issue