summaryrefslogtreecommitdiffstats
path: root/linux/HugePageMeter.c
diff options
context:
space:
mode:
authormayurdahibhate <mayurdahibhate31@gmail.com>2021-04-29 20:42:43 +0530
committerBenBE <BenBE@geshi.org>2021-05-10 18:40:53 +0200
commit1b74dfe1877676b914af6dcedd2d7578164aab47 (patch)
tree66ebff16204979342ba4a597c9f3c75a4cb6c005 /linux/HugePageMeter.c
parentd9c95369bc51595b6edd4eb6050c47a9b1e7a8d7 (diff)
cleaned up includes with iwyu
Diffstat (limited to 'linux/HugePageMeter.c')
-rw-r--r--linux/HugePageMeter.c8
1 files changed, 6 insertions, 2 deletions
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 <assert.h>
#include <limits.h>
#include <math.h>
+#include <stddef.h>
#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[] = {

© 2014-2024 Faster IT GmbH | imprint | privacy policy