From 00bdd075714597515a0c6578c608f9853ccf36f1 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Fri, 1 May 2020 21:44:59 +0000 Subject: pam_localuser: remove unused includes Also, remove unused MODULE_NAME macro. * modules/pam_localuser/pam_localuser.c: Stop including unused header files. (MODULE_NAME): Remove. --- modules/pam_localuser/pam_localuser.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'modules') diff --git a/modules/pam_localuser/pam_localuser.c b/modules/pam_localuser/pam_localuser.c index 2452563a..ca66462f 100644 --- a/modules/pam_localuser/pam_localuser.c +++ b/modules/pam_localuser/pam_localuser.c @@ -37,25 +37,16 @@ #include "config.h" -#include -#include +#include #include #include #include -#include -#include -#include #include -#include -#include #include -#include #include #include "pam_inline.h" -#define MODULE_NAME "pam_localuser" - int pam_sm_authenticate (pam_handle_t *pamh, int flags UNUSED, int argc, const char **argv) -- cgit v1.2.3