summaryrefslogtreecommitdiffstats
path: root/darwin
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2021-03-04 09:00:34 +1100
committerNathan Scott <nathans@redhat.com>2021-03-04 13:44:40 +1100
commitadaf748ab6e779fdf53706448bb31718f098f6d5 (patch)
tree4de3ca3bcbc77be2cc9f9987b8bbcdf50cae1df8 /darwin
parent61ef1134d97dbcf8b4ee069b36addf3c706ff55c (diff)
Fix include file ordering of generic headers
Diffstat (limited to 'darwin')
-rw-r--r--darwin/DarwinProcessList.c2
-rw-r--r--darwin/Platform.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/darwin/DarwinProcessList.c b/darwin/DarwinProcessList.c
index c8f89e9b..8bb2651a 100644
--- a/darwin/DarwinProcessList.c
+++ b/darwin/DarwinProcessList.c
@@ -20,9 +20,9 @@ in the source distribution for its full text.
#include "CRT.h"
#include "DarwinProcess.h"
-#include "generic/openzfs_sysctl.h"
#include "Platform.h"
#include "ProcessList.h"
+#include "generic/openzfs_sysctl.h"
#include "zfs/ZfsArcStats.h"
diff --git a/darwin/Platform.h b/darwin/Platform.h
index c329c608..83a9b651 100644
--- a/darwin/Platform.h
+++ b/darwin/Platform.h
@@ -16,11 +16,11 @@ in the source distribution for its full text.
#include "CPUMeter.h"
#include "DarwinProcess.h"
#include "DiskIOMeter.h"
-#include "generic/hostname.h"
-#include "generic/uname.h"
#include "NetworkIOMeter.h"
#include "ProcessLocksScreen.h"
#include "SignalsPanel.h"
+#include "generic/hostname.h"
+#include "generic/uname.h"
extern const ProcessField Platform_defaultFields[];

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