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 --- SwapMeter.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'SwapMeter.c') diff --git a/SwapMeter.c b/SwapMeter.c index fc4e6b28..9de7fa35 100644 --- a/SwapMeter.c +++ b/SwapMeter.c @@ -8,13 +8,9 @@ in the source distribution for its full text. #include "SwapMeter.h" #include "CRT.h" +#include "Object.h" #include "Platform.h" - -#include -#include -#include -#include -#include +#include "RichString.h" static const int SwapMeter_attributes[] = { -- cgit v1.2.3