Module: wine Branch: master Commit: 7891fc45d3eb3150e98fc82e89087a953ea6d197 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7891fc45d3eb3150e98fc82e89...
Author: Jacek Caban jacek@codeweavers.com Date: Wed Aug 3 12:37:37 2011 +0200
mshtml: Removed duplicated includes.
---
dlls/mshtml/editor.c | 1 - dlls/mshtml/hlink.c | 1 - dlls/mshtml/htmlelem.c | 1 - dlls/mshtml/htmlelem2.c | 1 - dlls/mshtml/htmlelem3.c | 1 - dlls/mshtml/htmlstyle.c | 1 - dlls/mshtml/htmlstyle2.c | 1 - dlls/mshtml/htmlstyle3.c | 1 - dlls/mshtml/htmlstylesheet.c | 1 - dlls/mshtml/ipwindow.c | 1 - dlls/mshtml/main.c | 1 - dlls/mshtml/navigate.c | 1 - dlls/mshtml/npplugin.c | 1 - dlls/mshtml/nsembed.c | 1 - dlls/mshtml/nsevents.c | 1 - dlls/mshtml/nsio.c | 1 - dlls/mshtml/nsservice.c | 1 - dlls/mshtml/olecmd.c | 1 - dlls/mshtml/persist.c | 1 - dlls/mshtml/pluginhost.c | 1 - dlls/mshtml/propbag.c | 1 - dlls/mshtml/protocol.c | 1 - dlls/mshtml/script.c | 1 - dlls/mshtml/secmgr.c | 1 - dlls/mshtml/selection.c | 1 - dlls/mshtml/txtrange.c | 1 - 26 files changed, 0 insertions(+), 26 deletions(-)
diff --git a/dlls/mshtml/editor.c b/dlls/mshtml/editor.c index 20d7d8f..3a8b654 100644 --- a/dlls/mshtml/editor.c +++ b/dlls/mshtml/editor.c @@ -28,7 +28,6 @@ #include "mshtmcid.h"
#include "wine/debug.h" -#include "wine/unicode.h"
#include "mshtml_private.h" #include "resource.h" diff --git a/dlls/mshtml/hlink.c b/dlls/mshtml/hlink.c index 965318f..fd836de 100644 --- a/dlls/mshtml/hlink.c +++ b/dlls/mshtml/hlink.c @@ -26,7 +26,6 @@ #include "ole2.h"
#include "wine/debug.h" -#include "wine/unicode.h"
#include "mshtml_private.h"
diff --git a/dlls/mshtml/htmlelem.c b/dlls/mshtml/htmlelem.c index c4e0f0a..b2938c0 100644 --- a/dlls/mshtml/htmlelem.c +++ b/dlls/mshtml/htmlelem.c @@ -29,7 +29,6 @@ #include "shlwapi.h"
#include "wine/debug.h" -#include "wine/unicode.h"
#include "mshtml_private.h" #include "htmlevent.h" diff --git a/dlls/mshtml/htmlelem2.c b/dlls/mshtml/htmlelem2.c index 7f642f9..a2b7351 100644 --- a/dlls/mshtml/htmlelem2.c +++ b/dlls/mshtml/htmlelem2.c @@ -27,7 +27,6 @@ #include "ole2.h"
#include "wine/debug.h" -#include "wine/unicode.h"
#include "mshtml_private.h" #include "htmlevent.h" diff --git a/dlls/mshtml/htmlelem3.c b/dlls/mshtml/htmlelem3.c index b23c5ad..ece779d 100644 --- a/dlls/mshtml/htmlelem3.c +++ b/dlls/mshtml/htmlelem3.c @@ -26,7 +26,6 @@ #include "ole2.h"
#include "wine/debug.h" -#include "wine/unicode.h"
#include "mshtml_private.h" #include "htmlevent.h" diff --git a/dlls/mshtml/htmlstyle.c b/dlls/mshtml/htmlstyle.c index 4d9300a..c835880 100644 --- a/dlls/mshtml/htmlstyle.c +++ b/dlls/mshtml/htmlstyle.c @@ -31,7 +31,6 @@ #include "htmlstyle.h"
#include "wine/debug.h" -#include "wine/unicode.h"
WINE_DEFAULT_DEBUG_CHANNEL(mshtml);
diff --git a/dlls/mshtml/htmlstyle2.c b/dlls/mshtml/htmlstyle2.c index a270833..e3bd22f 100644 --- a/dlls/mshtml/htmlstyle2.c +++ b/dlls/mshtml/htmlstyle2.c @@ -29,7 +29,6 @@ #include "htmlstyle.h"
#include "wine/debug.h" -#include "wine/unicode.h"
WINE_DEFAULT_DEBUG_CHANNEL(mshtml);
diff --git a/dlls/mshtml/htmlstyle3.c b/dlls/mshtml/htmlstyle3.c index 047fed9..912d80c 100644 --- a/dlls/mshtml/htmlstyle3.c +++ b/dlls/mshtml/htmlstyle3.c @@ -29,7 +29,6 @@ #include "htmlstyle.h"
#include "wine/debug.h" -#include "wine/unicode.h"
WINE_DEFAULT_DEBUG_CHANNEL(mshtml);
diff --git a/dlls/mshtml/htmlstylesheet.c b/dlls/mshtml/htmlstylesheet.c index 3b6956b..3fa6c27 100644 --- a/dlls/mshtml/htmlstylesheet.c +++ b/dlls/mshtml/htmlstylesheet.c @@ -26,7 +26,6 @@ #include "ole2.h"
#include "wine/debug.h" -#include "wine/unicode.h"
#include "mshtml_private.h"
diff --git a/dlls/mshtml/ipwindow.c b/dlls/mshtml/ipwindow.c index bce01eb..f4f32c7 100644 --- a/dlls/mshtml/ipwindow.c +++ b/dlls/mshtml/ipwindow.c @@ -32,7 +32,6 @@ #include "pluginhost.h"
#include "wine/debug.h" -#include "wine/unicode.h"
WINE_DEFAULT_DEBUG_CHANNEL(mshtml);
diff --git a/dlls/mshtml/main.c b/dlls/mshtml/main.c index 00bf0ef..a00c274 100644 --- a/dlls/mshtml/main.c +++ b/dlls/mshtml/main.c @@ -36,7 +36,6 @@ #include "rpcproxy.h" #include "shlguid.h"
-#include "wine/unicode.h" #include "wine/debug.h"
#define INIT_GUID diff --git a/dlls/mshtml/navigate.c b/dlls/mshtml/navigate.c index 23a7c0d..0e0ea27 100644 --- a/dlls/mshtml/navigate.c +++ b/dlls/mshtml/navigate.c @@ -35,7 +35,6 @@ #include "shlwapi.h"
#include "wine/debug.h" -#include "wine/unicode.h"
#include "mshtml_private.h" #include "binding.h" diff --git a/dlls/mshtml/npplugin.c b/dlls/mshtml/npplugin.c index 042478b..433ed27 100644 --- a/dlls/mshtml/npplugin.c +++ b/dlls/mshtml/npplugin.c @@ -32,7 +32,6 @@ #include "pluginhost.h"
#include "wine/debug.h" -#include "wine/unicode.h"
WINE_DEFAULT_DEBUG_CHANNEL(mshtml);
diff --git a/dlls/mshtml/nsembed.c b/dlls/mshtml/nsembed.c index 73817da..33d34b9 100644 --- a/dlls/mshtml/nsembed.c +++ b/dlls/mshtml/nsembed.c @@ -31,7 +31,6 @@ #include "shlobj.h"
#include "wine/debug.h" -#include "wine/unicode.h"
#include "mshtml_private.h" #include "htmlevent.h" diff --git a/dlls/mshtml/nsevents.c b/dlls/mshtml/nsevents.c index c3b6e95..a5b274f 100644 --- a/dlls/mshtml/nsevents.c +++ b/dlls/mshtml/nsevents.c @@ -30,7 +30,6 @@ #include "shlguid.h"
#include "wine/debug.h" -#include "wine/unicode.h"
#include "mshtml_private.h" #include "htmlevent.h" diff --git a/dlls/mshtml/nsio.c b/dlls/mshtml/nsio.c index 4e4e530..0e1a168 100644 --- a/dlls/mshtml/nsio.c +++ b/dlls/mshtml/nsio.c @@ -33,7 +33,6 @@ #include "shlwapi.h"
#include "wine/debug.h" -#include "wine/unicode.h"
#include "mshtml_private.h" #include "binding.h" diff --git a/dlls/mshtml/nsservice.c b/dlls/mshtml/nsservice.c index a2b6cab..442a73b 100644 --- a/dlls/mshtml/nsservice.c +++ b/dlls/mshtml/nsservice.c @@ -29,7 +29,6 @@ #include "ole2.h"
#include "wine/debug.h" -#include "wine/unicode.h"
#include "mshtml_private.h"
diff --git a/dlls/mshtml/olecmd.c b/dlls/mshtml/olecmd.c index 97d2c4f..b0e40e0 100644 --- a/dlls/mshtml/olecmd.c +++ b/dlls/mshtml/olecmd.c @@ -30,7 +30,6 @@ #include "mshtmcid.h"
#include "wine/debug.h" -#include "wine/unicode.h"
#include "mshtml_private.h" #include "resource.h" diff --git a/dlls/mshtml/persist.c b/dlls/mshtml/persist.c index a299be2..7f974f0 100644 --- a/dlls/mshtml/persist.c +++ b/dlls/mshtml/persist.c @@ -33,7 +33,6 @@ #include "idispids.h"
#include "wine/debug.h" -#include "wine/unicode.h"
#include "mshtml_private.h" #include "htmlevent.h" diff --git a/dlls/mshtml/pluginhost.c b/dlls/mshtml/pluginhost.c index 1cfae5f..8a1e6c0 100644 --- a/dlls/mshtml/pluginhost.c +++ b/dlls/mshtml/pluginhost.c @@ -33,7 +33,6 @@ #include "pluginhost.h"
#include "wine/debug.h" -#include "wine/unicode.h"
WINE_DEFAULT_DEBUG_CHANNEL(mshtml);
diff --git a/dlls/mshtml/propbag.c b/dlls/mshtml/propbag.c index e579c6f..f7bcf28 100644 --- a/dlls/mshtml/propbag.c +++ b/dlls/mshtml/propbag.c @@ -32,7 +32,6 @@ #include "pluginhost.h"
#include "wine/debug.h" -#include "wine/unicode.h"
WINE_DEFAULT_DEBUG_CHANNEL(mshtml);
diff --git a/dlls/mshtml/protocol.c b/dlls/mshtml/protocol.c index 456c3fd..0e966a7 100644 --- a/dlls/mshtml/protocol.c +++ b/dlls/mshtml/protocol.c @@ -29,7 +29,6 @@ #include "ole2.h"
#include "wine/debug.h" -#include "wine/unicode.h"
#include "mshtml_private.h"
diff --git a/dlls/mshtml/script.c b/dlls/mshtml/script.c index 003413e..9b1a81e 100644 --- a/dlls/mshtml/script.c +++ b/dlls/mshtml/script.c @@ -28,7 +28,6 @@ #include "ole2.h" #include "activscp.h" #include "activdbg.h" -#include "objsafe.h"
#include "wine/debug.h"
diff --git a/dlls/mshtml/secmgr.c b/dlls/mshtml/secmgr.c index 24fd7c2..a2005aa 100644 --- a/dlls/mshtml/secmgr.c +++ b/dlls/mshtml/secmgr.c @@ -27,7 +27,6 @@ #include "winbase.h" #include "winuser.h" #include "ole2.h" -#include "objsafe.h" #include "activscp.h"
#include "wine/debug.h" diff --git a/dlls/mshtml/selection.c b/dlls/mshtml/selection.c index 1ffc567..34e3259 100644 --- a/dlls/mshtml/selection.c +++ b/dlls/mshtml/selection.c @@ -26,7 +26,6 @@ #include "ole2.h"
#include "wine/debug.h" -#include "wine/unicode.h"
#include "mshtml_private.h"
diff --git a/dlls/mshtml/txtrange.c b/dlls/mshtml/txtrange.c index 9a542db..f70e242 100644 --- a/dlls/mshtml/txtrange.c +++ b/dlls/mshtml/txtrange.c @@ -27,7 +27,6 @@ #include "mshtmcid.h"
#include "wine/debug.h" -#include "wine/unicode.h"
#include "mshtml_private.h"