From 3480e4a5960a0ca6126b62c80e0d648d6149ecf8 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 16 Mar 1999 10:53:11 +0000 Subject: [PATCH] Removed no longer necessary win.h include, added now necessary other includes (win.h used only by UPDOWN now). --- dlls/comctl32/animate.c | 2 +- dlls/comctl32/comboex.c | 2 +- dlls/comctl32/commctrl.c | 2 +- dlls/comctl32/datetime.c | 2 +- dlls/comctl32/flatsb.c | 2 +- dlls/comctl32/header.c | 2 +- dlls/comctl32/hotkey.c | 2 +- dlls/comctl32/ipaddress.c | 2 +- dlls/comctl32/listview.c | 4 +--- dlls/comctl32/monthcal.c | 2 +- dlls/comctl32/nativefont.c | 2 +- dlls/comctl32/pager.c | 2 +- dlls/comctl32/progress.c | 2 +- dlls/comctl32/propsheet.c | 2 +- dlls/comctl32/rebar.c | 2 +- dlls/comctl32/status.c | 2 +- dlls/comctl32/tab.c | 2 +- dlls/comctl32/toolbar.c | 2 +- dlls/comctl32/tooltips.c | 2 +- dlls/comctl32/trackbar.c | 2 +- dlls/comctl32/treeview.c | 1 - dlls/comctl32/updown.c | 2 +- 22 files changed, 21 insertions(+), 24 deletions(-) diff --git a/dlls/comctl32/animate.c b/dlls/comctl32/animate.c index 23a3d95ef5..05f1b2f193 100644 --- a/dlls/comctl32/animate.c +++ b/dlls/comctl32/animate.c @@ -14,7 +14,7 @@ */ -#include "win.h" +#include "winbase.h" #include "commctrl.h" #include "animate.h" #include "debug.h" diff --git a/dlls/comctl32/comboex.c b/dlls/comctl32/comboex.c index 7c101ff83f..6f07552395 100644 --- a/dlls/comctl32/comboex.c +++ b/dlls/comctl32/comboex.c @@ -16,7 +16,7 @@ * - should include "combo.h" */ -#include "win.h" +#include "winbase.h" #include "commctrl.h" #include "comboex.h" #include "debug.h" diff --git a/dlls/comctl32/commctrl.c b/dlls/comctl32/commctrl.c index a01bd236f6..06ec797302 100644 --- a/dlls/comctl32/commctrl.c +++ b/dlls/comctl32/commctrl.c @@ -6,7 +6,7 @@ * */ -#include "win.h" +#include "winbase.h" #include "heap.h" #include "commctrl.h" #include "animate.h" diff --git a/dlls/comctl32/datetime.c b/dlls/comctl32/datetime.c index b9949762e3..02a5785a6e 100644 --- a/dlls/comctl32/datetime.c +++ b/dlls/comctl32/datetime.c @@ -14,7 +14,7 @@ * */ -#include "win.h" +#include "winbase.h" #include "commctrl.h" #include "datetime.h" #include "debug.h" diff --git a/dlls/comctl32/flatsb.c b/dlls/comctl32/flatsb.c index 02105a833e..ab9dfb328a 100644 --- a/dlls/comctl32/flatsb.c +++ b/dlls/comctl32/flatsb.c @@ -15,9 +15,9 @@ * */ +#include "winbase.h" #include "commctrl.h" #include "flatsb.h" -#include "win.h" #include "debug.h" diff --git a/dlls/comctl32/header.c b/dlls/comctl32/header.c index 73bbc7cc57..45edb5b28e 100644 --- a/dlls/comctl32/header.c +++ b/dlls/comctl32/header.c @@ -21,8 +21,8 @@ #include +#include "winbase.h" #include "commctrl.h" -#include "win.h" #include "header.h" #include "debug.h" diff --git a/dlls/comctl32/hotkey.c b/dlls/comctl32/hotkey.c index d50fe25279..7a3eb97c82 100644 --- a/dlls/comctl32/hotkey.c +++ b/dlls/comctl32/hotkey.c @@ -13,9 +13,9 @@ * - Display code. */ +#include "winbase.h" #include "commctrl.h" #include "hotkey.h" -#include "win.h" #include "debug.h" diff --git a/dlls/comctl32/ipaddress.c b/dlls/comctl32/ipaddress.c index 85a0893cdd..5aadeb0588 100644 --- a/dlls/comctl32/ipaddress.c +++ b/dlls/comctl32/ipaddress.c @@ -23,7 +23,7 @@ #include #include -#include "win.h" +#include "winbase.h" #include "commctrl.h" #include "ipaddress.h" #include "heap.h" diff --git a/dlls/comctl32/listview.c b/dlls/comctl32/listview.c index c0fdf1fac2..66c78699a3 100644 --- a/dlls/comctl32/listview.c +++ b/dlls/comctl32/listview.c @@ -44,12 +44,10 @@ */ #include -#include "windows.h" +#include "winbase.h" #include "commctrl.h" #include "listview.h" -#include "win.h" #include "debug.h" -#include "winuser.h" /* constants */ #define DISP_TEXT_SIZE 128 diff --git a/dlls/comctl32/monthcal.c b/dlls/comctl32/monthcal.c index 2df84779b4..e52da7d334 100644 --- a/dlls/comctl32/monthcal.c +++ b/dlls/comctl32/monthcal.c @@ -14,9 +14,9 @@ * */ +#include "winbase.h" #include "commctrl.h" #include "monthcal.h" -#include "win.h" #include "debug.h" diff --git a/dlls/comctl32/nativefont.c b/dlls/comctl32/nativefont.c index 146e110290..0e569a4c60 100644 --- a/dlls/comctl32/nativefont.c +++ b/dlls/comctl32/nativefont.c @@ -13,9 +13,9 @@ * - All notifications. */ +#include "winbase.h" #include "commctrl.h" #include "nativefont.h" -#include "win.h" #include "debug.h" diff --git a/dlls/comctl32/pager.c b/dlls/comctl32/pager.c index 4a1257be7a..11c0d97847 100644 --- a/dlls/comctl32/pager.c +++ b/dlls/comctl32/pager.c @@ -13,9 +13,9 @@ * - All notifications. */ +#include "winbase.h" #include "commctrl.h" #include "pager.h" -#include "win.h" #include "debug.h" diff --git a/dlls/comctl32/progress.c b/dlls/comctl32/progress.c index a7a3fc7968..74f65e8e66 100644 --- a/dlls/comctl32/progress.c +++ b/dlls/comctl32/progress.c @@ -6,9 +6,9 @@ * */ +#include "winbase.h" #include "commctrl.h" #include "progress.h" -#include "win.h" #include "debug.h" diff --git a/dlls/comctl32/propsheet.c b/dlls/comctl32/propsheet.c index 45e6d2e1aa..fb72cd9fa7 100644 --- a/dlls/comctl32/propsheet.c +++ b/dlls/comctl32/propsheet.c @@ -8,10 +8,10 @@ * */ +#include "winbase.h" #include "commctrl.h" #include "prsht.h" #include "propsheet.h" -#include "win.h" #include "debug.h" diff --git a/dlls/comctl32/rebar.c b/dlls/comctl32/rebar.c index 9b4dc5ca50..d87abc489f 100644 --- a/dlls/comctl32/rebar.c +++ b/dlls/comctl32/rebar.c @@ -20,9 +20,9 @@ #include +#include "winbase.h" #include "commctrl.h" #include "rebar.h" -#include "win.h" #include "sysmetrics.h" #include "debug.h" diff --git a/dlls/comctl32/status.c b/dlls/comctl32/status.c index 3677d08441..e466188676 100644 --- a/dlls/comctl32/status.c +++ b/dlls/comctl32/status.c @@ -5,9 +5,9 @@ * Copyright 1998, 1999 Eric Kohl */ +#include "winbase.h" #include "commctrl.h" #include "status.h" -#include "win.h" #include "debug.h" /* diff --git a/dlls/comctl32/tab.c b/dlls/comctl32/tab.c index 88c15a8188..6b379c7a5d 100644 --- a/dlls/comctl32/tab.c +++ b/dlls/comctl32/tab.c @@ -15,9 +15,9 @@ #include +#include "winbase.h" #include "commctrl.h" #include "tab.h" -#include "win.h" #include "debug.h" diff --git a/dlls/comctl32/toolbar.c b/dlls/comctl32/toolbar.c index def3673653..013dc9b779 100644 --- a/dlls/comctl32/toolbar.c +++ b/dlls/comctl32/toolbar.c @@ -27,11 +27,11 @@ #include +#include "winbase.h" #include "commctrl.h" #include "sysmetrics.h" #include "cache.h" #include "toolbar.h" -#include "win.h" #include "debug.h" /* #define __NEW_WRAP_CODE__ */ diff --git a/dlls/comctl32/tooltips.c b/dlls/comctl32/tooltips.c index 6b274273c0..a8618ebef0 100644 --- a/dlls/comctl32/tooltips.c +++ b/dlls/comctl32/tooltips.c @@ -16,9 +16,9 @@ #include +#include "winbase.h" #include "commctrl.h" #include "tooltips.h" -#include "win.h" #include "debug.h" #define ID_TIMERSHOW 1 /* show delay timer */ diff --git a/dlls/comctl32/trackbar.c b/dlls/comctl32/trackbar.c index e331be9fdc..b5f12562c1 100644 --- a/dlls/comctl32/trackbar.c +++ b/dlls/comctl32/trackbar.c @@ -24,9 +24,9 @@ +#include "winbase.h" #include "commctrl.h" #include "trackbar.h" -#include "win.h" #include "debug.h" diff --git a/dlls/comctl32/treeview.c b/dlls/comctl32/treeview.c index c57402e9f3..72a5245970 100644 --- a/dlls/comctl32/treeview.c +++ b/dlls/comctl32/treeview.c @@ -42,7 +42,6 @@ #include "winbase.h" #include "commctrl.h" #include "treeview.h" -#include "win.h" #include "debug.h" /* ffs should be in . */ diff --git a/dlls/comctl32/updown.c b/dlls/comctl32/updown.c index ea7885eca3..6817a180d7 100644 --- a/dlls/comctl32/updown.c +++ b/dlls/comctl32/updown.c @@ -32,10 +32,10 @@ #include #include +#include "win.h" #include "commctrl.h" #include "winnls.h" #include "updown.h" -#include "win.h" #include "debug.h" /* Control configuration constants */