summaryrefslogtreecommitdiffstats
path: root/solaris
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 /solaris
parentb3cf54e3f94bfa7c6e519b12123e71fa1902719c (diff)
Make header sort order consistent again
Diffstat (limited to 'solaris')
-rw-r--r--solaris/Platform.h2
-rw-r--r--solaris/SolarisMachine.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/solaris/Platform.h b/solaris/Platform.h
index 3dc6e3b5..8bb6f05e 100644
--- a/solaris/Platform.h
+++ b/solaris/Platform.h
@@ -30,12 +30,12 @@ in the source distribution for its full text.
#include "Action.h"
#include "BatteryMeter.h"
+#include "CommandLine.h"
#include "DiskIOMeter.h"
#include "Hashtable.h"
#include "NetworkIOMeter.h"
#include "ProcessLocksScreen.h"
#include "SignalsPanel.h"
-#include "CommandLine.h"
#include "generic/gettime.h"
#include "generic/hostname.h"
#include "generic/uname.h"
diff --git a/solaris/SolarisMachine.h b/solaris/SolarisMachine.h
index da091c6e..3f0050f5 100644
--- a/solaris/SolarisMachine.h
+++ b/solaris/SolarisMachine.h
@@ -14,11 +14,11 @@ in the source distribution for its full text.
#include <stdbool.h>
#include <stdint.h>
#include <sys/param.h>
-#include <sys/uio.h>
#include <sys/resource.h>
+#include <sys/swap.h>
#include <sys/sysconf.h>
#include <sys/sysinfo.h>
-#include <sys/swap.h>
+#include <sys/uio.h>
#include "Hashtable.h"
#include "UsersTable.h"

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