libselinux/utils: drop include of internal header file

selabel_get_digest_all_partial_matches is dynamically linked against
libselinux, so it should not depend on any internals and thus do not
make use of an internal header file

Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
Acked-by: James Carter <jwcart2@gmail.com>
This commit is contained in:
Christian Göttsche 2023-08-11 18:13:17 +02:00 committed by James Carter
parent c81c76cb6b
commit dcb8e1bfbb
1 changed files with 0 additions and 2 deletions

View File

@ -8,8 +8,6 @@
#include <selinux/selinux.h>
#include <selinux/label.h>
#include "../src/label_file.h"
static __attribute__ ((__noreturn__)) void usage(const char *progname)
{
fprintf(stderr,