Removed some remaining references to wine/obj_base.h.

This commit is contained in:
Alexandre Julliard 2002-12-23 01:39:35 +00:00
parent 6e9ae17bf7
commit d2c034a8dc
9 changed files with 9 additions and 12 deletions

View File

@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "comcat.h"
#include "comcat_private.h"
#include "regsvr.h"
#include "wine/debug.h"

View File

@ -25,9 +25,7 @@
#include "winerror.h"
#include "ole2.h"
#include "wine/obj_base.h"
#include "wine/obj_enumguid.h"
#include "wine/obj_comcat.h"
#include "comcat.h"
#include "wine/unicode.h"
/**********************************************************************

View File

@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "comcat.h"
#include "comcat_private.h"
#include "wine/debug.h"

View File

@ -19,7 +19,7 @@
*/
#include <string.h>
#include "comcat.h"
#include "comcat_private.h"
#include "wine/debug.h"

View File

@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "comcat.h"
#include "comcat_private.h"
#include "wine/debug.h"

View File

@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "comcat.h"
#include "comcat_private.h"
#include "wine/debug.h"

View File

@ -19,7 +19,7 @@
#ifndef __WINE_OLE_IFS_H
#define __WINE_OLE_IFS_H
#include "wine/obj_base.h"
#include "objbase.h"
/***********************************************************************
* IMalloc16 interface

View File

@ -25,8 +25,7 @@
#include "undocshell.h"
#include "shlwapi.h"
#include "winerror.h"
#include "wine/obj_base.h"
#include "wine/obj_enumidlist.h"
#include "objbase.h"
#include "pidl.h"
#include "shlguid.h"

View File

@ -28,7 +28,7 @@
#ifndef __WINE_COMCAT_H
#define __WINE_COMCAT_H
#include "wine/obj_base.h"
#include "unknwn.h"
#include "wine/obj_enumguid.h"
#include "wine/obj_comcat.h"