diff options
author | MIZUTA Takeshi <mizuta.takeshi@fujitsu.com> | 2020-02-03 19:12:21 +0900 |
---|---|---|
committer | Tomáš Mráz <t8m@users.noreply.github.com> | 2020-02-18 10:57:42 +0100 |
commit | a96e66f788b1460a8ef4c2883207d4474b829d10 (patch) | |
tree | 4498f9ef4bf95d6c9cdd1ac97a3267c1170f54c4 /modules/pam_selinux | |
parent | 347691818ee80c46a9a2615bdf7733cf89bf6a4c (diff) | |
download | pam-a96e66f788b1460a8ef4c2883207d4474b829d10.tar.gz pam-a96e66f788b1460a8ef4c2883207d4474b829d10.tar.bz2 pam-a96e66f788b1460a8ef4c2883207d4474b829d10.zip |
Remove redundant header file inclusion
There are some source code including the same header file redundantly.
We remove these redundant header file inclusion.
Diffstat (limited to 'modules/pam_selinux')
-rw-r--r-- | modules/pam_selinux/pam_selinux.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/pam_selinux/pam_selinux.c b/modules/pam_selinux/pam_selinux.c index 5affec4f..96f9c831 100644 --- a/modules/pam_selinux/pam_selinux.c +++ b/modules/pam_selinux/pam_selinux.c @@ -63,14 +63,12 @@ #include <selinux/selinux.h> #include <selinux/get_context_list.h> -#include <selinux/selinux.h> #include <selinux/context.h> #include <selinux/get_default_type.h> #ifdef HAVE_LIBAUDIT #include <libaudit.h> #include <sys/select.h> -#include <errno.h> #endif /* Send audit message */ |