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 --- MetersPanel.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MetersPanel.c') diff --git a/MetersPanel.c b/MetersPanel.c index ac118e54..2678fb2f 100644 --- a/MetersPanel.c +++ b/MetersPanel.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 "MetersPanel.h" #include -- cgit v1.2.3