From 1b74dfe1877676b914af6dcedd2d7578164aab47 Mon Sep 17 00:00:00 2001 From: mayurdahibhate Date: Thu, 29 Apr 2021 20:42:43 +0530 Subject: cleaned up includes with iwyu --- ClockMeter.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ClockMeter.c') diff --git a/ClockMeter.c b/ClockMeter.c index f8a447e9..79bdecd9 100644 --- a/ClockMeter.c +++ b/ClockMeter.c @@ -10,9 +10,11 @@ in the source distribution for its full text. #include "ClockMeter.h" #include +#include #include "CRT.h" #include "Object.h" +#include "ProcessList.h" static const int ClockMeter_attributes[] = { -- cgit v1.2.3