Module: wine Branch: master Commit: 9fbd18cc346f0dc7e7518a232964d547ccee33f7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9fbd18cc346f0dc7e7518a2329...
Author: Francois Gouget fgouget@free.fr Date: Tue Sep 27 00:14:22 2011 +0200
d3drm/tests: Remove an unneeded assert.h include.
---
dlls/d3drm/tests/vector.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/d3drm/tests/vector.c b/dlls/d3drm/tests/vector.c index 1961fe0..f00ee65 100644 --- a/dlls/d3drm/tests/vector.c +++ b/dlls/d3drm/tests/vector.c @@ -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))