summaryrefslogtreecommitdiffstats
path: root/pcp
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2023-05-24 10:08:28 +0200
committerBenny Baumann <BenBE@geshi.org>2023-05-24 10:08:28 +0200
commit32f8d4c4073099bdc16f48108cb4ae85de1870b6 (patch)
tree1dd5edc3bd8230a49e9cc0254d2acc6a2ebca162 /pcp
parentb3cf54e3f94bfa7c6e519b12123e71fa1902719c (diff)
Make header sort order consistent again
Diffstat (limited to 'pcp')
-rw-r--r--pcp/PCPDynamicMeter.c1
-rw-r--r--pcp/PCPMachine.c2
-rw-r--r--pcp/PCPProcessList.c2
3 files changed, 3 insertions, 2 deletions
diff --git a/pcp/PCPDynamicMeter.c b/pcp/PCPDynamicMeter.c
index e8999881..41958183 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 59e05624..516de7b8 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/PCPProcessList.c b/pcp/PCPProcessList.c
index c18d74be..d902696a 100644
--- a/pcp/PCPProcessList.c
+++ b/pcp/PCPProcessList.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