1
2
3
4
5
6
7
8
9
10 #ifndef PCMK__CRM_PENGINE_PE_TYPES__H
11 # define PCMK__CRM_PENGINE_PE_TYPES__H
12
13
14 # include <stdbool.h>
15 # include <sys/types.h>
16 # include <libxml/tree.h>
17 # include <glib.h>
18 # include <crm/common/iso8601.h>
19 # include <crm/common/scheduler.h>
20 # include <crm/pengine/common.h>
21
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25
26
27
28
29
30
31
32 #if !defined(PCMK_ALLOW_DEPRECATED) || (PCMK_ALLOW_DEPRECATED == 1)
33 #include <crm/pengine/pe_types_compat.h>
34 #endif
35
36 #ifdef __cplusplus
37 }
38 #endif
39
40 #endif