From b3cf54e3f94bfa7c6e519b12123e71fa1902719c Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Wed, 24 May 2023 09:39:04 +0200 Subject: Always mark config.h with IWYU pragma: keep --- generic/fdstat_sysctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'generic/fdstat_sysctl.c') diff --git a/generic/fdstat_sysctl.c b/generic/fdstat_sysctl.c index 49e8e362..226797c7 100644 --- a/generic/fdstat_sysctl.c +++ b/generic/fdstat_sysctl.c @@ -5,6 +5,8 @@ Released under the GNU GPLv2+, see the COPYING file in the source distribution for its full text. */ +#include "config.h" // IWYU pragma: keep + #include "generic/fdstat_sysctl.h" #include @@ -14,8 +16,6 @@ in the source distribution for its full text. #include // Shitty FreeBSD upstream headers #include -#include "config.h" - static void Generic_getFileDescriptors_sysctl_internal( const char* sysctlname_maxfiles, -- cgit v1.2.3