Optimized include/*.h: (recursively) include all headers needed by
[wine] / include / oleidl.h
1 #ifndef __WINE_OLEIDL_H
2 #define __WINE_OLEIDL_H
3
4
5 #include "wine/obj_base.h"
6
7 /* the following depend only on obj_base.h */
8 #include "wine/obj_storage.h"
9
10 /* the following depend on obj_storage.h */
11 #include "wine/obj_moniker.h"
12
13 /* the following depend on obj_moniker */
14 #include "wine/obj_dataobject.h"
15
16 /* the following depend on obj_dataobject.h */
17 #include "wine/obj_dragdrop.h"
18
19
20 #endif /* __WINE_OLEIDL_H */
21