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 --- linux/HugePageMeter.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'linux/HugePageMeter.c') diff --git a/linux/HugePageMeter.c b/linux/HugePageMeter.c index 2a35c125..7f79e125 100644 --- a/linux/HugePageMeter.c +++ b/linux/HugePageMeter.c @@ -7,15 +7,19 @@ in the source distribution for its full text. #include "HugePageMeter.h" -#include "LinuxProcessList.h" - +#include #include #include +#include #include "CRT.h" +#include "LinuxProcessList.h" +#include "Macros.h" #include "Object.h" +#include "ProcessList.h" #include "RichString.h" + static const char *HugePageMeter_active_labels[4] = { NULL, NULL, NULL, NULL }; static const int HugePageMeter_attributes[] = { -- cgit v1.2.3