blob: 9be7af4a385ac1e0f5b241fbc20cd26e02e962ef [file] [log] [blame]
Francis Beaudet3f7ad7a1999-02-13 09:13:49 +00001#ifndef __WINE_OLEIDL_H
2#define __WINE_OLEIDL_H
3
4
5#include "wine/obj_base.h"
Alexandre Julliard74af67e2000-09-26 00:00:55 +00006#include "wine/obj_misc.h"
Francis Beaudet3f7ad7a1999-02-13 09:13:49 +00007
8/* the following depend only on obj_base.h */
9#include "wine/obj_storage.h"
10
11/* the following depend on obj_storage.h */
12#include "wine/obj_moniker.h"
13
14/* the following depend on obj_moniker */
15#include "wine/obj_dataobject.h"
16
17/* the following depend on obj_dataobject.h */
18#include "wine/obj_dragdrop.h"
19
Paul Quinn40d9d3d1999-02-25 17:10:15 +000020#include "wine/obj_inplace.h"
21#include "wine/obj_cache.h"
Paul Quinnea1640f1999-03-10 18:03:53 +000022#include "wine/obj_oleobj.h"
23#include "wine/obj_oleview.h"
Juergen Schmiedec85c6b2000-08-03 04:34:59 +000024#include "wine/obj_errorinfo.h"
Francis Beaudet3f7ad7a1999-02-13 09:13:49 +000025
26#endif /* __WINE_OLEIDL_H */
27