From b5aed602220da193d5443d40c5241a44d32c4efa Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 9 Jun 2025 05:42:22 +0900 Subject: [PATCH] selinux-setup.c: drop redundant inclusion of selinux/selinux.h The header is anyway included by selinux-util.h in below. --- src/core/selinux-setup.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/core/selinux-setup.c b/src/core/selinux-setup.c index a24af6d1c28..8e87b1be28b 100644 --- a/src/core/selinux-setup.c +++ b/src/core/selinux-setup.c @@ -2,10 +2,6 @@ #include -#if HAVE_SELINUX -#include -#endif - #include "sd-messages.h" #include "errno-util.h" -- 2.47.3