summaryrefslogtreecommitdiffstats
path: root/pcp/Platform.c
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2021-04-14 11:34:47 +1000
committerNathan Scott <nathans@redhat.com>2021-06-09 17:09:29 +1000
commit9ce9557e69156db9e59236f331f8d3bcd2adf764 (patch)
tree67c7827c5b6198c7aeaaf413bf341cd8a096ad41 /pcp/Platform.c
parentb232119e4b54c8e732c40ba06b40856c64c3a47d (diff)
Various code tidyups based on review commentary from BenBE
Diffstat (limited to 'pcp/Platform.c')
-rw-r--r--pcp/Platform.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/pcp/Platform.c b/pcp/Platform.c
index 4dd60243..1caa3e09 100644
--- a/pcp/Platform.c
+++ b/pcp/Platform.c
@@ -7,7 +7,9 @@ Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text.
*/
-#include "config.h"
+#include "config.h" // IWYU pragma: keep
+
+#include "Platform.h"
#include <math.h>
@@ -29,7 +31,6 @@ in the source distribution for its full text.
#include "Panel.h"
#include "PCPProcess.h"
#include "PCPProcessList.h"
-#include "Platform.h"
#include "ProcessList.h"
#include "ProvideCurses.h"
#include "Settings.h"
@@ -38,6 +39,7 @@ in the source distribution for its full text.
#include "TasksMeter.h"
#include "UptimeMeter.h"
#include "XUtils.h"
+
#include "linux/PressureStallMeter.h"
#include "linux/ZramMeter.h"
#include "linux/ZramStats.h"

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