selinux-setup.c: drop redundant inclusion of selinux/selinux.h

The header is anyway included by selinux-util.h in below.
This commit is contained in:
Yu Watanabe
2025-06-09 05:42:22 +09:00
parent f37b4031f8
commit b5aed60222

View File

@@ -2,10 +2,6 @@
#include <unistd.h>
#if HAVE_SELINUX
#include <selinux/selinux.h>
#endif
#include "sd-messages.h"
#include "errno-util.h"