Skip to content

Commit cff6f16

Browse files
committed
Refactor: libcrmcommon: Drop unused include from actions.h
Signed-off-by: Reid Wahl <[email protected]>
1 parent 5047858 commit cff6f16

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/crm/common/actions.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2004-2024 the Pacemaker project contributors
2+
* Copyright 2004-2025 the Pacemaker project contributors
33
*
44
* The version control history for this file may have further details.
55
*
@@ -11,7 +11,6 @@
1111
#define PCMK__CRM_COMMON_ACTIONS__H
1212

1313
#include <stdbool.h> // bool
14-
#include <strings.h> // strcasecmp()
1514
#include <glib.h> // gboolean, guint
1615
#include <libxml/tree.h> // xmlNode
1716

0 commit comments

Comments
 (0)