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 --- InfoScreen.c | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'InfoScreen.c') diff --git a/InfoScreen.c b/InfoScreen.c index ed890f7d..0c666234 100644 --- a/InfoScreen.c +++ b/InfoScreen.c @@ -1,18 +1,19 @@ +#include "config.h" // IWYU pragma: keep + #include "InfoScreen.h" -#include "config.h" -#include "Object.h" +#include +#include +#include +#include + #include "CRT.h" #include "IncSet.h" #include "ListItem.h" -#include "Platform.h" +#include "Object.h" +#include "ProvideCurses.h" #include "XUtils.h" -#include -#include -#include -#include - static const char* const InfoScreenFunctions[] = {"Search ", "Filter ", "Refresh", "Done ", NULL}; -- cgit v1.2.3