diff --git a/dlls/shell32/dragdrophelper.c b/dlls/shell32/dragdrophelper.c index ad622905294..308f4879334 100644 --- a/dlls/shell32/dragdrophelper.c +++ b/dlls/shell32/dragdrophelper.c @@ -30,8 +30,8 @@ #include "objbase.h" #include "ole2.h" #include "shlguid.h" +#include "shlobj.h" -#include "wine/obj_dragdrophelper.h" #include "wine/debug.h" #include "debughlp.h" diff --git a/dlls/shell32/shellole.c b/dlls/shell32/shellole.c index fe8f402aeed..8a14f4c199e 100644 --- a/dlls/shell32/shellole.c +++ b/dlls/shell32/shellole.c @@ -38,7 +38,6 @@ #include "shlwapi.h" #include "winuser.h" #include "debughlp.h" -#include "wine/obj_dragdrophelper.h" WINE_DEFAULT_DEBUG_CHANNEL(shell); diff --git a/include/shlobj.h b/include/shlobj.h index c01709cd070..52de06c7e3c 100644 --- a/include/shlobj.h +++ b/include/shlobj.h @@ -66,6 +66,7 @@ BOOL WINAPI SHGetPathFromIDListW (LPCITEMIDLIST pidl,LPWSTR pszPath); #include #include #include +#include /***************************************************************************** * Predeclare interfaces diff --git a/libs/uuid/uuid.c b/libs/uuid/uuid.c index a6d89d153d6..86351e0f7dc 100644 --- a/libs/uuid/uuid.c +++ b/libs/uuid/uuid.c @@ -45,8 +45,6 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0); #include "shlguid.h" #include "shlobj.h" -#include "wine/obj_dragdrophelper.h" - #include "comcat.h" #include "urlmon.h"