From 6490590dc8510ea1cc89cec666020c83af1046b5 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Mon, 11 Dec 2023 10:04:39 +0100 Subject: Relocate include of config.h from header to source modeule --- unsupported/UnsupportedProcessTable.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'unsupported') diff --git a/unsupported/UnsupportedProcessTable.c b/unsupported/UnsupportedProcessTable.c index e0325e4d..db43f1eb 100644 --- a/unsupported/UnsupportedProcessTable.c +++ b/unsupported/UnsupportedProcessTable.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 "UnsupportedProcessTable.h" #include -- cgit v1.2.3