remove more unneeded wine 16bit header usage

Steven Edwards winehacker at gmail.com
Thu Aug 30 03:07:45 CDT 2007


-- 
Steven Edwards

"There is one thing stronger than all the armies in the world, and
that is an idea whose time has come." - Victor Hugo
-------------- next part --------------
From 6fc5f6387d72fa8d8f1877d12e72cd2d7e374607 Mon Sep 17 00:00:00 2001
From: Steven Edwards <sedwards at Mac.local>
Date: Thu, 30 Aug 2007 04:05:05 -0400
Subject: [PATCH] Remove unneeded Wine 16bit headers
---
 dlls/gdi32/clipping.c       |    1 -
 dlls/gdi32/dc.c             |    1 -
 dlls/setupapi/setupx_main.c |    1 -
 dlls/shell32/shell.c        |    1 -
 dlls/version/resource.c     |    1 -
 dlls/winedos/vxd.c          |    1 -
 dlls/wineps.drv/escape.c    |    1 -
 7 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/dlls/gdi32/clipping.c b/dlls/gdi32/clipping.c
index 9764d9e..b33543d 100644
--- a/dlls/gdi32/clipping.c
+++ b/dlls/gdi32/clipping.c
@@ -24,7 +24,6 @@ #include "windef.h"
 #include "winbase.h"
 #include "wingdi.h"
 #include "wownt32.h"
-#include "wine/winuser16.h"
 #include "gdi_private.h"
 #include "wine/debug.h"
 
diff --git a/dlls/gdi32/dc.c b/dlls/gdi32/dc.c
index a3689eb..222da2d 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 "wine/winuser16.h"
 #include "gdi_private.h"
 #include "wine/unicode.h"
 #include "wine/debug.h"
diff --git a/dlls/setupapi/setupx_main.c b/dlls/setupapi/setupx_main.c
index 81079d6..fcf89c0 100644
--- a/dlls/setupapi/setupx_main.c
+++ b/dlls/setupapi/setupx_main.c
@@ -63,7 +63,6 @@ #include "windef.h"
 #include "winbase.h"
 #include "winreg.h"
 #include "winerror.h"
-#include "wine/winuser16.h"
 #include "wownt32.h"
 #include "winuser.h"
 #include "winnls.h"
diff --git a/dlls/shell32/shell.c b/dlls/shell32/shell.c
index 7ffc33b..2703c7a 100644
--- a/dlls/shell32/shell.c
+++ b/dlls/shell32/shell.c
@@ -42,7 +42,6 @@ #include "shlobj.h"
 #include "shlwapi.h"
 
 #include "wine/winbase16.h"
-#include "wine/winuser16.h"
 #include "shell32_main.h"
 
 #include "wine/debug.h"
diff --git a/dlls/version/resource.c b/dlls/version/resource.c
index 6331175..08e4098 100644
--- a/dlls/version/resource.c
+++ b/dlls/version/resource.c
@@ -39,7 +39,6 @@ #include "lzexpand.h"
 
 #include "wine/unicode.h"
 #include "wine/winbase16.h"
-#include "wine/winuser16.h"
 
 #include "wine/debug.h"
 
diff --git a/dlls/winedos/vxd.c b/dlls/winedos/vxd.c
index 4e83327..18ca0d4 100644
--- a/dlls/winedos/vxd.c
+++ b/dlls/winedos/vxd.c
@@ -41,7 +41,6 @@ #include "winternl.h"
 #include "wingdi.h"
 #include "winuser.h"
 #include "wine/winbase16.h"
-#include "wine/winuser16.h"
 #include "dosexe.h"
 #include "wine/debug.h"
 
diff --git a/dlls/wineps.drv/escape.c b/dlls/wineps.drv/escape.c
index 3e5de7f..e440047 100644
--- a/dlls/wineps.drv/escape.c
+++ b/dlls/wineps.drv/escape.c
@@ -23,7 +23,6 @@ #include "windef.h"
 #include "winbase.h"
 #include "wingdi.h"
 #include "wine/wingdi16.h"
-#include "wine/winuser16.h"
 #include "wownt32.h"
 #include "psdrv.h"
 #include "wine/debug.h"
-- 
1.4.0


More information about the wine-patches mailing list