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 --- SysArchMeter.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'SysArchMeter.c') diff --git a/SysArchMeter.c b/SysArchMeter.c index 220ed466..64b96c9d 100644 --- a/SysArchMeter.c +++ b/SysArchMeter.c @@ -4,11 +4,16 @@ htop - SysArchMeter.c Released under the GNU GPLv2, see the COPYING file in the source distribution for its full text. */ + #include "config.h" // IWYU pragma: keep -#include "Platform.h" #include "SysArchMeter.h" +#include + +#include "CRT.h" +#include "Object.h" +#include "Platform.h" #include "XUtils.h" -- cgit v1.2.3