We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9afa95 commit 88cc3b8Copy full SHA for 88cc3b8
1 file changed
daemons/based/based_operation.c
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2008-2025 the Pacemaker project contributors
+ * Copyright 2008-2026 the Pacemaker project contributors
3
*
4
* The version control history for this file may have further details.
5
@@ -9,9 +9,12 @@
9
10
#include <crm_internal.h>
11
12
-#include <stddef.h> // NULL
+#include <stddef.h> // NULL
13
14
-#include <pacemaker-based.h>
+#include <crm/cib/internal.h> // cib__*
15
+#include <crm/common/internal.h> // pcmk__assert, PCMK__NELEM
16
+
17
+#include "pacemaker-based.h"
18
19
static const cib__op_fn_t op_functions[] = {
20
[cib__op_abs_delete] = cib_process_delete_absolute,
0 commit comments