gdiplus: Change include list on 3 tests.

This commit is contained in:
Evan Stade 2007-07-31 19:15:16 -07:00 committed by Alexandre Julliard
parent cfef981a9a
commit 44412cf1e4
3 changed files with 3 additions and 7 deletions

View File

@ -18,9 +18,7 @@
* 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 <stdarg.h> #include "windows.h"
#include "windef.h"
#include "gdiplus.h" #include "gdiplus.h"
#include "wine/test.h" #include "wine/test.h"

View File

@ -18,10 +18,9 @@
* 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 <stdarg.h>
#include <math.h> #include <math.h>
#include "windef.h" #include "windows.h"
#include "gdiplus.h" #include "gdiplus.h"
#include "wine/test.h" #include "wine/test.h"

View File

@ -18,10 +18,9 @@
* 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 <stdarg.h>
#include <math.h> #include <math.h>
#include "windef.h" #include "windows.h"
#include "gdiplus.h" #include "gdiplus.h"
#include "wine/test.h" #include "wine/test.h"