From 32f8d4c4073099bdc16f48108cb4ae85de1870b6 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Wed, 24 May 2023 10:08:28 +0200 Subject: Make header sort order consistent again --- pcp/PCPDynamicMeter.c | 1 + pcp/PCPMachine.c | 2 +- pcp/PCPProcessList.c | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'pcp') 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 #include -#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 #include -#include "Macros.h" #include "Machine.h" +#include "Macros.h" #include "Object.h" #include "Platform.h" #include "Process.h" -- cgit v1.2.3