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 --- EnvScreen.c | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'EnvScreen.c') diff --git a/EnvScreen.c b/EnvScreen.c index 10060ec7..cd8e0cb3 100644 --- a/EnvScreen.c +++ b/EnvScreen.c @@ -1,16 +1,18 @@ +#include "config.h" // IWYU pragma: keep + #include "EnvScreen.h" -#include "config.h" +#include +#include + #include "CRT.h" -#include "IncSet.h" -#include "ListItem.h" +#include "Macros.h" +#include "Panel.h" #include "Platform.h" +#include "ProvideCurses.h" +#include "Vector.h" #include "XUtils.h" -#include -#include -#include - const InfoScreenClass EnvScreen_class = { .super = { -- cgit v1.2.3