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 --- CPUMeter.c | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'CPUMeter.c') diff --git a/CPUMeter.c b/CPUMeter.c index 7e70f454..10635478 100644 --- a/CPUMeter.c +++ b/CPUMeter.c @@ -7,15 +7,18 @@ in the source distribution for its full text. #include "CPUMeter.h" +#include +#include +#include + #include "CRT.h" -#include "Settings.h" +#include "Object.h" #include "Platform.h" +#include "ProcessList.h" +#include "RichString.h" +#include "Settings.h" #include "XUtils.h" -#include -#include -#include -#include static const int CPUMeter_attributes[] = { CPU_NICE, -- cgit v1.2.3