summaryrefslogtreecommitdiffstats
path: root/SysArchMeter.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 /SysArchMeter.c
parentd9c95369bc51595b6edd4eb6050c47a9b1e7a8d7 (diff)
cleaned up includes with iwyu
Diffstat (limited to 'SysArchMeter.c')
-rw-r--r--SysArchMeter.c7
1 files changed, 6 insertions, 1 deletions
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 <stddef.h>
+
+#include "CRT.h"
+#include "Object.h"
+#include "Platform.h"
#include "XUtils.h"

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