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_data.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_data.c')
-rw-r--r-- | libpam/pam_data.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libpam/pam_data.c b/libpam/pam_data.c index c457d5ce..2ad2a168 100644 --- a/libpam/pam_data.c +++ b/libpam/pam_data.c @@ -31,8 +31,6 @@ * OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "config.h" - #include "pam_private.h" #include <stdlib.h> |