diff options
author | Dmitry V. Levin <ldv@strace.io> | 2024-08-19 08:00:00 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@strace.io> | 2024-08-19 08:00:00 +0000 |
commit | bfa62b63434204e708065ea593650fd0cfcf47ec (patch) | |
tree | 05eed5514900b6e43203b683a24b08d608b9721a /libpam/pam_get_authtok.c | |
parent | 941bfc1de4c8d4963c8b9d63d32fed391f1476c8 (diff) | |
download | pam-bfa62b63434204e708065ea593650fd0cfcf47ec.tar.gz pam-bfa62b63434204e708065ea593650fd0cfcf47ec.tar.bz2 pam-bfa62b63434204e708065ea593650fd0cfcf47ec.zip |
libpam: do not include config.h right before pam_private.h
As the first header included by pam_private.h is config.h,
there is no need to include config.h explicitly right before
pam_private.h
Diffstat (limited to 'libpam/pam_get_authtok.c')
-rw-r--r-- | libpam/pam_get_authtok.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpam/pam_get_authtok.c b/libpam/pam_get_authtok.c index 3f383339..7a38698a 100644 --- a/libpam/pam_get_authtok.c +++ b/libpam/pam_get_authtok.c @@ -31,7 +31,6 @@ * OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "config.h" #include "pam_private.h" #include "pam_inline.h" |