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 --- MetersPanel.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'MetersPanel.c') diff --git a/MetersPanel.c b/MetersPanel.c index 89c54e0b..7e47ad8b 100644 --- a/MetersPanel.c +++ b/MetersPanel.c @@ -8,8 +8,14 @@ in the source distribution for its full text. #include "MetersPanel.h" #include -#include + #include "CRT.h" +#include "FunctionBar.h" +#include "Header.h" +#include "ListItem.h" +#include "Meter.h" +#include "Object.h" +#include "ProvideCurses.h" // Note: In code the meters are known to have bar/text/graph "Modes", but in UI -- cgit v1.2.3