summaryrefslogtreecommitdiffstats
path: root/pcp
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2023-10-10 20:45:54 +1100
committerNathan Scott <nathans@redhat.com>2023-10-10 20:45:54 +1100
commit43cb4a57d6eca089358dbf974070dd7d33ccc337 (patch)
tree98908ca73d09f3a86ff74c71dae2e6f4e94a6ca3 /pcp
parent4103c23327359a0bd6385c2f891554f206fec397 (diff)
parent8e4ce18ba8d1fd11c17631eff785340219136091 (diff)
Merge branch 'style-header-consistency' of https://github.com/BenBE/htop into BenBE-style-header-consistency
Diffstat (limited to 'pcp')
-rw-r--r--pcp/PCPDynamicMeter.c1
-rw-r--r--pcp/PCPMachine.c2
-rw-r--r--pcp/PCPProcessTable.c2
3 files changed, 3 insertions, 2 deletions
diff --git a/pcp/PCPDynamicMeter.c b/pcp/PCPDynamicMeter.c
index 87e51700..241153a0 100644
--- a/pcp/PCPDynamicMeter.c
+++ b/pcp/PCPDynamicMeter.c
@@ -5,6 +5,7 @@ htop - PCPDynamicMeter.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 "pcp/PCPDynamicMeter.h"
diff --git a/pcp/PCPMachine.c b/pcp/PCPMachine.c
index 16403247..5f24a284 100644
--- a/pcp/PCPMachine.c
+++ b/pcp/PCPMachine.c
@@ -18,8 +18,8 @@ in the source distribution for its full text.
#include <string.h>
#include <sys/time.h>
-#include "Macros.h"
#include "Machine.h"
+#include "Macros.h"
#include "Object.h"
#include "Platform.h"
#include "Settings.h"
diff --git a/pcp/PCPProcessTable.c b/pcp/PCPProcessTable.c
index 3c7cb475..0355e25a 100644
--- a/pcp/PCPProcessTable.c
+++ b/pcp/PCPProcessTable.c
@@ -18,8 +18,8 @@ in the source distribution for its full text.
#include <string.h>
#include <sys/time.h>
-#include "Macros.h"
#include "Machine.h"
+#include "Macros.h"
#include "Object.h"
#include "Platform.h"
#include "Process.h"

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