comctl32: Exclude unused headers

Andrew Talbot Andrew.Talbot at talbotville.com
Sat Apr 28 09:38:10 CDT 2007


Changelog:
    comctl32: Exclude unused headers.

diff -urN a/dlls/comctl32/comctl32undoc.c b/dlls/comctl32/comctl32undoc.c
--- a/dlls/comctl32/comctl32undoc.c	2007-04-07 19:01:32.000000000 +0100
+++ b/dlls/comctl32/comctl32undoc.c	2007-04-28 12:18:17.000000000 +0100
@@ -44,7 +44,6 @@
 #include "winuser.h"
 #include "winnls.h"
 #include "winreg.h"
-#include "commctrl.h"
 #include "objbase.h"
 #include "winerror.h"
 
diff -urN a/dlls/comctl32/draglist.c b/dlls/comctl32/draglist.c
--- a/dlls/comctl32/draglist.c	2006-10-14 20:15:42.000000000 +0100
+++ b/dlls/comctl32/draglist.c	2007-04-28 12:18:34.000000000 +0100
@@ -35,7 +35,6 @@
 #include "winbase.h"
 #include "wingdi.h"
 #include "winuser.h"
-#include "winnls.h"
 #include "commctrl.h"
 #include "comctl32.h"
 #include "wine/debug.h"
diff -urN a/dlls/comctl32/header.c b/dlls/comctl32/header.c
--- a/dlls/comctl32/header.c	2007-04-07 19:01:32.000000000 +0100
+++ b/dlls/comctl32/header.c	2007-04-28 12:18:43.000000000 +0100
@@ -36,7 +36,6 @@
 #include "wine/unicode.h"
 #include "wingdi.h"
 #include "winuser.h"
-#include "winnls.h"
 #include "commctrl.h"
 #include "comctl32.h"
 #include "imagelist.h"
diff -urN a/dlls/comctl32/hotkey.c b/dlls/comctl32/hotkey.c
--- a/dlls/comctl32/hotkey.c	2007-03-27 13:00:12.000000000 +0100
+++ b/dlls/comctl32/hotkey.c	2007-04-28 12:18:55.000000000 +0100
@@ -34,7 +34,6 @@
 #include "winbase.h"
 #include "wingdi.h"
 #include "winuser.h"
-#include "winnls.h"
 #include "commctrl.h"
 #include "comctl32.h"
 #include "wine/debug.h"
diff -urN a/dlls/comctl32/ipaddress.c b/dlls/comctl32/ipaddress.c
--- a/dlls/comctl32/ipaddress.c	2007-03-28 12:43:27.000000000 +0100
+++ b/dlls/comctl32/ipaddress.c	2007-04-28 12:19:03.000000000 +0100
@@ -42,7 +42,6 @@
 #include "winbase.h"
 #include "wingdi.h"
 #include "winuser.h"
-#include "winnls.h"
 #include "commctrl.h"
 #include "comctl32.h"
 #include "wine/unicode.h"
diff -urN a/dlls/comctl32/pager.c b/dlls/comctl32/pager.c
--- a/dlls/comctl32/pager.c	2007-04-07 19:01:32.000000000 +0100
+++ b/dlls/comctl32/pager.c	2007-04-28 12:19:12.000000000 +0100
@@ -58,7 +58,6 @@
 #include "winbase.h"
 #include "wingdi.h"
 #include "winuser.h"
-#include "winnls.h"
 #include "commctrl.h"
 #include "comctl32.h"
 #include "wine/debug.h"
diff -urN a/dlls/comctl32/progress.c b/dlls/comctl32/progress.c
--- a/dlls/comctl32/progress.c	2007-04-07 19:01:32.000000000 +0100
+++ b/dlls/comctl32/progress.c	2007-04-28 12:19:21.000000000 +0100
@@ -35,7 +35,6 @@
 #include "winbase.h"
 #include "wingdi.h"
 #include "winuser.h"
-#include "winnls.h"
 #include "commctrl.h"
 #include "comctl32.h"
 #include "uxtheme.h"
diff -urN a/dlls/comctl32/propsheet.c b/dlls/comctl32/propsheet.c
--- a/dlls/comctl32/propsheet.c	2007-04-07 19:01:32.000000000 +0100
+++ b/dlls/comctl32/propsheet.c	2007-04-28 12:19:30.000000000 +0100
@@ -73,7 +73,6 @@
 /******************************************************************************
  * Data structures
  */
-#include "pshpack2.h"
 
 typedef struct
 {
@@ -95,7 +94,6 @@
   short cy;
   DWORD id;
 } MyDLGITEMTEMPLATEEX;
-#include "poppack.h"
 
 typedef struct tagPropPageInfo
 {
diff -urN a/dlls/comctl32/rebar.c b/dlls/comctl32/rebar.c
--- a/dlls/comctl32/rebar.c	2007-04-07 19:01:32.000000000 +0100
+++ b/dlls/comctl32/rebar.c	2007-04-28 12:20:32.000000000 +0100
@@ -87,7 +87,6 @@
 #include "wingdi.h"
 #include "wine/unicode.h"
 #include "winuser.h"
-#include "winnls.h"
 #include "commctrl.h"
 #include "comctl32.h"
 #include "uxtheme.h"
diff -urN a/dlls/comctl32/smoothscroll.c b/dlls/comctl32/smoothscroll.c
--- a/dlls/comctl32/smoothscroll.c	2007-04-07 19:01:32.000000000 +0100
+++ b/dlls/comctl32/smoothscroll.c	2007-04-28 12:19:40.000000000 +0100
@@ -26,7 +26,6 @@
 #include "windef.h"
 #include "winbase.h"
 #include "winreg.h"
-#include "winerror.h"
 #include "winuser.h"
 #include "wine/debug.h"
 
diff -urN a/dlls/comctl32/syslink.c b/dlls/comctl32/syslink.c
--- a/dlls/comctl32/syslink.c	2007-04-07 19:01:32.000000000 +0100
+++ b/dlls/comctl32/syslink.c	2007-04-28 12:19:49.000000000 +0100
@@ -33,7 +33,6 @@
 #include "winbase.h"
 #include "wingdi.h"
 #include "winuser.h"
-#include "winnls.h"
 #include "commctrl.h"
 #include "comctl32.h"
 #include "wine/unicode.h"
diff -urN a/dlls/comctl32/tab.c b/dlls/comctl32/tab.c
--- a/dlls/comctl32/tab.c	2007-04-07 19:01:32.000000000 +0100
+++ b/dlls/comctl32/tab.c	2007-04-28 12:20:01.000000000 +0100
@@ -70,7 +70,6 @@
 #include "winbase.h"
 #include "wingdi.h"
 #include "winuser.h"
-#include "winnls.h"
 #include "commctrl.h"
 #include "comctl32.h"
 #include "uxtheme.h"
diff -urN a/dlls/comctl32/theme_listbox.c b/dlls/comctl32/theme_listbox.c
--- a/dlls/comctl32/theme_listbox.c	2006-08-26 19:48:20.000000000 +0100
+++ b/dlls/comctl32/theme_listbox.c	2007-04-28 12:20:11.000000000 +0100
@@ -28,7 +28,6 @@
 #include "wingdi.h"
 #include "winuser.h"
 #include "uxtheme.h"
-#include "tmschema.h"
 #include "comctl32.h"
 #include "wine/debug.h"
 
diff -urN a/dlls/comctl32/trackbar.c b/dlls/comctl32/trackbar.c
--- a/dlls/comctl32/trackbar.c	2007-04-07 19:01:32.000000000 +0100
+++ b/dlls/comctl32/trackbar.c	2007-04-28 12:20:22.000000000 +0100
@@ -39,7 +39,6 @@
 #include "winbase.h"
 #include "wingdi.h"
 #include "winuser.h"
-#include "winnls.h"
 #include "commctrl.h"
 #include "uxtheme.h"
 #include "tmschema.h"



More information about the wine-patches mailing list