From dcb9240a92a50a55fd1f71a22375ae338bdb1bca Mon Sep 17 00:00:00 2001 From: Ove Kaaven Date: Wed, 18 Dec 2002 20:48:05 +0000 Subject: [PATCH] Removed a few more inclusions of deprecated wine/obj_*.h headers. --- dlls/ole32/ole2.c | 1 - dlls/shell32/dataobject.c | 1 - dlls/shell32/shell32_main.h | 1 - ole/uuid.c | 1 - 4 files changed, 4 deletions(-) diff --git a/dlls/ole32/ole2.c b/dlls/ole32/ole2.c index f691e965008..0277d7917da 100644 --- a/dlls/ole32/ole2.c +++ b/dlls/ole32/ole2.c @@ -38,7 +38,6 @@ #include "winreg.h" #include "wownt32.h" -#include "wine/obj_clientserver.h" #include "wine/winbase16.h" #include "wine/wingdi16.h" #include "wine/winuser16.h" diff --git a/dlls/shell32/dataobject.c b/dlls/shell32/dataobject.c index a9cfe051346..81d39a08d13 100644 --- a/dlls/shell32/dataobject.c +++ b/dlls/shell32/dataobject.c @@ -26,7 +26,6 @@ #include "shell32_main.h" #include "wine/debug.h" #include "undocshell.h" -#include "wine/obj_dataobject.h" WINE_DEFAULT_DEBUG_CHANNEL(shell); diff --git a/dlls/shell32/shell32_main.h b/dlls/shell32/shell32_main.h index 7e6364f5f8d..a48cf9d5e7a 100644 --- a/dlls/shell32/shell32_main.h +++ b/dlls/shell32/shell32_main.h @@ -26,7 +26,6 @@ #include "docobj.h" #include "undocshell.h" #include "wine/obj_shellfolder.h" -#include "wine/obj_dataobject.h" #include "wine/obj_contextmenu.h" #include "wine/obj_shellview.h" #include "wine/obj_shelllink.h" diff --git a/ole/uuid.c b/ole/uuid.c index c8fcc1f1c1d..4f9ded30f14 100644 --- a/ole/uuid.c +++ b/ole/uuid.c @@ -44,7 +44,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_channel.h" #include "wine/obj_dragdrophelper.h" #include "comcat.h"