File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2004-2024 the Pacemaker project contributors
2
+ * Copyright 2004-2025 the Pacemaker project contributors
3
3
*
4
4
* The version control history for this file may have further details.
5
5
*
11
11
#define PCMK__CRM_COMMON_ACTIONS__H
12
12
13
13
#include <stdbool.h> // bool
14
- #include <strings.h> // strcasecmp()
15
14
#include <glib.h> // gboolean, guint
16
15
#include <libxml/tree.h> // xmlNode
17
16
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2004-2024 the Pacemaker project contributors
2
+ * Copyright 2004-2025 the Pacemaker project contributors
3
3
*
4
4
* The version control history for this file may have further details.
5
5
*
11
11
#define PCMK__CRM_COMMON_NODES__H
12
12
13
13
#include <stdbool.h> // bool
14
- #include <glib.h> // gboolean, GList, GHashTable
14
+ #include <glib.h> // gboolean, GList
15
15
#include <libxml/tree.h> // xmlNode
16
16
17
17
#include <crm/common/scheduler_types.h> // pcmk_resource_t, pcmk_scheduler_t
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2004-2024 the Pacemaker project contributors
2
+ * Copyright 2004-2025 the Pacemaker project contributors
3
3
*
4
4
* The version control history for this file may have further details.
5
5
*
10
10
#ifndef PCMK__CRM_COMMON_NVPAIR__H
11
11
#define PCMK__CRM_COMMON_NVPAIR__H
12
12
13
- #include <sys/time.h> // struct timeval
14
- #include <glib.h> // gpointer, gboolean, guint, GHashTable
13
+ #include <glib.h> // gpointer, GHashTable
15
14
#include <libxml/tree.h> // xmlNode
16
15
17
16
#include <crm/crm.h>
You can’t perform that action at this time.
0 commit comments