From 44412cf1e43bdc212179242ea645129260ed7149 Mon Sep 17 00:00:00 2001 From: Evan Stade Date: Tue, 31 Jul 2007 19:15:16 -0700 Subject: [PATCH] gdiplus: Change include list on 3 tests. --- 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(-) diff --git a/dlls/gdiplus/tests/brush.c b/dlls/gdiplus/tests/brush.c index 7c72f48ecbf..70eac03ef8d 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 - -#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 ff8a47f7300..cc5348879f1 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 #include -#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 fc792a60843..00ecbfb04e3 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 #include -#include "windef.h" +#include "windows.h" #include "gdiplus.h" #include "wine/test.h"