[6/21] gdiplus: change include list on 3 tests

Evan Stade estade at gmail.com
Tue Jul 31 21:15:16 CDT 2007


Hi,

changelog:
* change 3 tests to just include windows.h

 dlls/gdiplus/tests/brush.c  |    4 +---
 dlls/gdiplus/tests/matrix.c |    3 +--
 dlls/gdiplus/tests/pen.c    |    3 +--
 3 files changed, 3 insertions(+), 7 deletions(-)

-- 
Evan Stade
-------------- next part --------------
diff --git a/dlls/gdiplus/tests/brush.c b/dlls/gdiplus/tests/brush.c
index 7c72f48..70eac03 100644
--- a/dlls/gdiplus/tests/brush.c
+++ b/dlls/gdiplus/tests/brush.c
@@ -18,9 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <stdarg.h>
-
-#include "windef.h"
+#include "windows.h"
 #include "gdiplus.h"
 #include "wine/test.h"
 
diff --git a/dlls/gdiplus/tests/matrix.c b/dlls/gdiplus/tests/matrix.c
index ff8a47f..cc53488 100644
--- a/dlls/gdiplus/tests/matrix.c
+++ b/dlls/gdiplus/tests/matrix.c
@@ -18,10 +18,9 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <stdarg.h>
 #include <math.h>
 
-#include "windef.h"
+#include "windows.h"
 #include "gdiplus.h"
 #include "wine/test.h"
 
diff --git a/dlls/gdiplus/tests/pen.c b/dlls/gdiplus/tests/pen.c
index fc792a6..00ecbfb 100644
--- a/dlls/gdiplus/tests/pen.c
+++ b/dlls/gdiplus/tests/pen.c
@@ -18,10 +18,9 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <stdarg.h>
 #include <math.h>
 
-#include "windef.h"
+#include "windows.h"
 #include "gdiplus.h"
 #include "wine/test.h"
 
-- 
1.4.1


More information about the wine-patches mailing list