blob: a89858b0ed7992db9859c1460a969c4d5a474f1d [file] [log] [blame]
Alexandre Julliard638f1691999-01-17 16:32:32 +00001#ifndef __WINE_OBJIDL_H
2#define __WINE_OBJIDL_H
3
4
5#include "wine/obj_base.h"
6
7/* the following depend only on obj_base.h */
8#include "wine/obj_misc.h"
9#include "wine/obj_channel.h"
10#include "wine/obj_clientserver.h"
Alexandre Julliard638f1691999-01-17 16:32:32 +000011#include "wine/obj_storage.h"
12
13/* the following depend on obj_storage.h */
Francois Gouget02546461999-02-19 10:00:54 +000014#include "wine/obj_marshal.h"
Alexandre Julliard638f1691999-01-17 16:32:32 +000015#include "wine/obj_moniker.h"
16#include "wine/obj_propertystorage.h"
17
18/* the following depend on obj_moniker.h */
19#include "wine/obj_dataobject.h"
20
Alexandre Julliard638f1691999-01-17 16:32:32 +000021
22#endif /* __WINE_OBJIDL_H */