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 --- CommandScreen.c | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'CommandScreen.c') diff --git a/CommandScreen.c b/CommandScreen.c index df039645..7997a64a 100644 --- a/CommandScreen.c +++ b/CommandScreen.c @@ -1,15 +1,14 @@ -#include "CommandScreen.h" +#include "config.h" // IWYU pragma: keep -#include "config.h" -#include "CRT.h" -#include "IncSet.h" -#include "ListItem.h" -#include "Platform.h" -#include "XUtils.h" +#include "CommandScreen.h" #include #include -#include + +#include "Macros.h" +#include "Panel.h" +#include "ProvideCurses.h" +#include "XUtils.h" static void CommandScreen_scan(InfoScreen* this) { -- cgit v1.2.3