From 214e97e115ffc9f9cf56a3576be4bbcab95b07f7 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Wed, 28 Aug 2024 08:00:00 +0000 Subject: build: consistently include config.h unconditionally Given that in most places config.h is included unconditionally, there is no point in keeping remaining HAVE_CONFIG_H checks. Public header files do not use config.h and therefore are not affected by this change anyway. --- xtests/tst-pam_unix2.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'xtests/tst-pam_unix2.c') diff --git a/xtests/tst-pam_unix2.c b/xtests/tst-pam_unix2.c index 65a75f3e..b50fb6bb 100644 --- a/xtests/tst-pam_unix2.c +++ b/xtests/tst-pam_unix2.c @@ -37,9 +37,7 @@ * Second use longer password, 9 characters */ -#ifdef HAVE_CONFIG_H #include -#endif #include #include -- cgit v1.2.3