Skip to content

Commit 88cc3b8

Browse files
committed
Refactor: based: Clean up includes in based_operation.c
Using include-what-you-use. Signed-off-by: Reid Wahl <nrwahl@protonmail.com>
1 parent f9afa95 commit 88cc3b8

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

daemons/based/based_operation.c

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2008-2025 the Pacemaker project contributors
2+
* Copyright 2008-2026 the Pacemaker project contributors
33
*
44
* The version control history for this file may have further details.
55
*
@@ -9,9 +9,12 @@
99

1010
#include <crm_internal.h>
1111

12-
#include <stddef.h> // NULL
12+
#include <stddef.h> // NULL
1313

14-
#include <pacemaker-based.h>
14+
#include <crm/cib/internal.h> // cib__*
15+
#include <crm/common/internal.h> // pcmk__assert, PCMK__NELEM
16+
17+
#include "pacemaker-based.h"
1518

1619
static const cib__op_fn_t op_functions[] = {
1720
[cib__op_abs_delete] = cib_process_delete_absolute,

0 commit comments

Comments
 (0)