From 0f5262917fab34b44b43f63946fdf6bb0621875a Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sat, 19 Sep 2020 13:55:23 +0200 Subject: Make all required includes explicit Information as seen by IWYU 0.12 + clang 9 on Linux --- XUtils.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'XUtils.c') diff --git a/XUtils.c b/XUtils.c index 4fccec3a..1e77cd3b 100644 --- a/XUtils.c +++ b/XUtils.c @@ -5,14 +5,13 @@ 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 "XUtils.h" #include #include #include -#include #include #include "CRT.h" -- cgit v1.2.3