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 --- RichString.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RichString.h') diff --git a/RichString.h b/RichString.h index cbcbe48b..3284a75e 100644 --- a/RichString.h +++ b/RichString.h @@ -7,7 +7,7 @@ Released under the GNU GPLv2+, see the COPYING file in the source distribution for its full text. */ -#include "config.h" +#include "config.h" // IWYU pragma: keep #include "ProvideCurses.h" -- cgit v1.2.3