summaryrefslogtreecommitdiffstats
path: root/generic
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 /generic
parentb3cf54e3f94bfa7c6e519b12123e71fa1902719c (diff)
Make header sort order consistent again
Diffstat (limited to 'generic')
-rw-r--r--generic/gettime.c1
-rw-r--r--generic/hostname.c1
-rw-r--r--generic/uname.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/generic/gettime.c b/generic/gettime.c
index b7c4885e..209f5232 100644
--- a/generic/gettime.c
+++ b/generic/gettime.c
@@ -4,6 +4,7 @@ htop - generic/gettime.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 "generic/gettime.h"
diff --git a/generic/hostname.c b/generic/hostname.c
index 69a41468..e3275828 100644
--- a/generic/hostname.c
+++ b/generic/hostname.c
@@ -4,6 +4,7 @@ htop - generic/hostname.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 "generic/hostname.h"
diff --git a/generic/uname.c b/generic/uname.c
index 2a734dc1..b5bb5834 100644
--- a/generic/uname.c
+++ b/generic/uname.c
@@ -4,6 +4,7 @@ htop - generic/uname.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 "generic/uname.h"

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