remove some more bad #includes

Ove Kaaven ovehk at ping.uio.no
Wed Dec 18 11:44:28 CST 2002


Log:
Ove Kaaven <ovek at transgaming.com>
Removed a few more inclusions of deprecated wine/obj_*.h headers.

Index: dlls/ole32/ole2.c
===================================================================
RCS file: /home/wine/wine/dlls/ole32/ole2.c,v
retrieving revision 1.37
diff -u -r1.37 ole2.c
--- dlls/ole32/ole2.c	22 Nov 2002 04:43:02 -0000	1.37
+++ dlls/ole32/ole2.c	18 Dec 2002 17:41:35 -0000
@@ -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"
Index: dlls/shell32/dataobject.c
===================================================================
RCS file: /home/wine/wine/dlls/shell32/dataobject.c,v
retrieving revision 1.34
diff -u -r1.34 dataobject.c
--- dlls/shell32/dataobject.c	13 Dec 2002 00:36:52 -0000	1.34
+++ dlls/shell32/dataobject.c	18 Dec 2002 17:41:35 -0000
@@ -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);
 
Index: dlls/shell32/shell32_main.h
===================================================================
RCS file: /home/wine/wine/dlls/shell32/shell32_main.h,v
retrieving revision 1.61
diff -u -r1.61 shell32_main.h
--- dlls/shell32/shell32_main.h	15 Dec 2002 01:14:04 -0000	1.61
+++ dlls/shell32/shell32_main.h	18 Dec 2002 17:41:35 -0000
@@ -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"
Index: ole/uuid.c
===================================================================
RCS file: /home/wine/wine/ole/uuid.c,v
retrieving revision 1.14
diff -u -r1.14 uuid.c
--- ole/uuid.c	17 Dec 2002 01:16:07 -0000	1.14
+++ ole/uuid.c	18 Dec 2002 17:41:35 -0000
@@ -44,7 +44,6 @@
 
 #include "shlguid.h"
 #include "shlobj.h"
-#include "wine/obj_channel.h"
 #include "wine/obj_dragdrophelper.h"
 
 #include "comcat.h"




More information about the wine-patches mailing list