diff --git a/dlls/mshtml/editor.c b/dlls/mshtml/editor.c index 20d7d8fdb47..3a8b6544a0c 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 965318f78e5..fd836dead7e 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 c4e0f0addf3..b2938c07828 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 7f642f931c2..a2b735164e2 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 b23c5adfccf..ece779d1276 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 4d9300aac51..c835880c8a9 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 a270833ff3e..e3bd22fa024 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 047fed97b43..912d80c5fa8 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 3b6956b443a..3fa6c278d6a 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 bce01ebe992..f4f32c721cf 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 00bf0ef4f68..a00c274c6f5 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 23a7c0d38d5..0e0ea27f47c 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 042478b0d29..433ed276436 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 73817daa86f..33d34b9a4f6 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 c3b6e95f19d..a5b274f59b8 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 4e4e5301b66..0e1a168ba39 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 a2b6cabf8fe..442a73b46c4 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 97d2c4f5c7b..b0e40e02520 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 a299be2d5dd..7f974f0e990 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 1cfae5f04ed..8a1e6c0ece8 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 e579c6f2f45..f7bcf28c016 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 456c3fd8d31..0e966a786ae 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 003413e8d8d..9b1a81ee8c1 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 24fd7c2e6b0..a2005aa67cc 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 1ffc567faed..34e3259ff1c 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 9a542db6e3b..f70e2425ca1 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"