From bfa62b63434204e708065ea593650fd0cfcf47ec Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Mon, 19 Aug 2024 08:00:00 +0000 Subject: 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 --- tests/tst-pam_set_data.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/tst-pam_set_data.c b/tests/tst-pam_set_data.c index d1eaa3ea..3fbe062e 100644 --- a/tests/tst-pam_set_data.c +++ b/tests/tst-pam_set_data.c @@ -31,9 +31,7 @@ * OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifdef HAVE_CONFIG_H -#include -#endif +#include #include #include @@ -41,7 +39,6 @@ #include #include -#include static int cleanup_was_called = 0; static int cleanup3_was_called = 0; -- cgit v1.2.3