summaryrefslogtreecommitdiffstats
path: root/pcp/PCPProcess.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/PCPProcess.h
parentb232119e4b54c8e732c40ba06b40856c64c3a47d (diff)
Various code tidyups based on review commentary from BenBE
Diffstat (limited to 'pcp/PCPProcess.h')
-rw-r--r--pcp/PCPProcess.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pcp/PCPProcess.h b/pcp/PCPProcess.h
index 9819f5c9..d3d1abe0 100644
--- a/pcp/PCPProcess.h
+++ b/pcp/PCPProcess.h
@@ -9,7 +9,7 @@ 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>
@@ -19,6 +19,7 @@ in the source distribution for its full text.
#include "RichString.h"
#include "Settings.h"
+
#define PROCESS_FLAG_LINUX_CGROUP 0x0800
#define PROCESS_FLAG_LINUX_OOM 0x1000
#define PROCESS_FLAG_LINUX_SMAPS 0x2000

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