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. --- libpam/include/test_assert.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libpam/include/test_assert.h') diff --git a/libpam/include/test_assert.h b/libpam/include/test_assert.h index 467f52b6..879f5814 100644 --- a/libpam/include/test_assert.h +++ b/libpam/include/test_assert.h @@ -7,9 +7,7 @@ #ifndef TEST_ASSERT_H # define TEST_ASSERT_H -# ifdef HAVE_CONFIG_H -# include -# endif +# include # include # include -- cgit v1.2.3