summaryrefslogtreecommitdiffstats
path: root/pcp/PCPProcessList.h
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/PCPProcessList.h
parentb232119e4b54c8e732c40ba06b40856c64c3a47d (diff)
Various code tidyups based on review commentary from BenBE
Diffstat (limited to 'pcp/PCPProcessList.h')
-rw-r--r--pcp/PCPProcessList.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/pcp/PCPProcessList.h b/pcp/PCPProcessList.h
index 70ddfb75..23da6637 100644
--- a/pcp/PCPProcessList.h
+++ b/pcp/PCPProcessList.h
@@ -7,17 +7,19 @@ 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 <stdbool.h>
#include <sys/types.h>
#include "Hashtable.h"
#include "ProcessList.h"
-#include "pcp/Platform.h"
#include "UsersTable.h"
+
+#include "pcp/Platform.h"
#include "zfs/ZfsArcStats.h"
+
typedef enum CPUMetric_ {
CPU_TOTAL_TIME,
CPU_USER_TIME,

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