Alexandre Julliard : gdi32: Remove unnecessary uses of wownt32.h.

Alexandre Julliard julliard at winehq.org
Mon Nov 1 11:54:43 CDT 2010


Module: wine
Branch: master
Commit: f91481135954e0940e7e1cfaa127d18b45c61588
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f91481135954e0940e7e1cfaa127d18b45c61588

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Nov  1 16:44:34 2010 +0100

gdi32: Remove unnecessary uses of wownt32.h.

---

 dlls/gdi32/dc.c            |    1 -
 dlls/gdi32/dib.c           |    1 -
 dlls/gdi32/font.c          |    1 -
 dlls/gdi32/mapping.c       |    1 -
 dlls/gdi32/mfdrv/objects.c |    1 -
 5 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/dlls/gdi32/dc.c b/dlls/gdi32/dc.c
index a23413d..04f02be 100644
--- a/dlls/gdi32/dc.c
+++ b/dlls/gdi32/dc.c
@@ -30,7 +30,6 @@
 #include "winreg.h"
 #include "winternl.h"
 #include "winerror.h"
-#include "wownt32.h"
 #include "gdi_private.h"
 #include "wine/unicode.h"
 #include "wine/debug.h"
diff --git a/dlls/gdi32/dib.c b/dlls/gdi32/dib.c
index c799ea3..5067e49 100644
--- a/dlls/gdi32/dib.c
+++ b/dlls/gdi32/dib.c
@@ -66,7 +66,6 @@
 
 #include "windef.h"
 #include "winbase.h"
-#include "wownt32.h"
 #include "gdi_private.h"
 #include "wine/debug.h"
 
diff --git a/dlls/gdi32/font.c b/dlls/gdi32/font.c
index b247722..fe68893 100644
--- a/dlls/gdi32/font.c
+++ b/dlls/gdi32/font.c
@@ -31,7 +31,6 @@
 #include "windef.h"
 #include "winbase.h"
 #include "winnls.h"
-#include "wownt32.h"
 #include "gdi_private.h"
 #include "wine/exception.h"
 #include "wine/unicode.h"
diff --git a/dlls/gdi32/mapping.c b/dlls/gdi32/mapping.c
index 8010b3d..667c83b 100644
--- a/dlls/gdi32/mapping.c
+++ b/dlls/gdi32/mapping.c
@@ -23,7 +23,6 @@
 #include "windef.h"
 #include "winbase.h"
 #include "wingdi.h"
-#include "wownt32.h"
 #include "gdi_private.h"
 #include "wine/debug.h"
 
diff --git a/dlls/gdi32/mfdrv/objects.c b/dlls/gdi32/mfdrv/objects.c
index c6a68ca..c4b1602 100644
--- a/dlls/gdi32/mfdrv/objects.c
+++ b/dlls/gdi32/mfdrv/objects.c
@@ -26,7 +26,6 @@
 #include "windef.h"
 #include "winbase.h"
 #include "wingdi.h"
-#include "wownt32.h"
 #include "wine/wingdi16.h"
 #include "mfdrv/metafiledrv.h"
 #include "gdi_private.h"




More information about the wine-cvs mailing list