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 --- DateMeter.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'DateMeter.c') diff --git a/DateMeter.c b/DateMeter.c index 520e516a..d01f464d 100644 --- a/DateMeter.c +++ b/DateMeter.c @@ -10,9 +10,11 @@ in the source distribution for its full text. #include "DateMeter.h" #include +#include #include "CRT.h" #include "Object.h" +#include "ProcessList.h" static const int DateMeter_attributes[] = { -- cgit v1.2.3