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 --- BatteryMeter.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'BatteryMeter.c') diff --git a/BatteryMeter.c b/BatteryMeter.c index 22a63c7a..c91ae997 100644 --- a/BatteryMeter.c +++ b/BatteryMeter.c @@ -9,16 +9,13 @@ This meter written by Ian P. Hands (iphands@gmail.com, ihands@redhat.com). #include "BatteryMeter.h" +#include + #include "Battery.h" -#include "ProcessList.h" #include "CRT.h" -#include "Platform.h" +#include "Object.h" #include "XUtils.h" -#include -#include -#include - static const int BatteryMeter_attributes[] = { BATTERY -- cgit v1.2.3