From adaf748ab6e779fdf53706448bb31718f098f6d5 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Thu, 4 Mar 2021 09:00:34 +1100 Subject: Fix include file ordering of generic headers --- darwin/DarwinProcessList.c | 2 +- darwin/Platform.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'darwin') 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[]; -- cgit v1.2.3