summaryrefslogtreecommitdiffstats
path: root/freebsd
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 /freebsd
parent61ef1134d97dbcf8b4ee069b36addf3c706ff55c (diff)
Fix include file ordering of generic headers
Diffstat (limited to 'freebsd')
-rw-r--r--freebsd/FreeBSDProcessList.c2
-rw-r--r--freebsd/Platform.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/freebsd/FreeBSDProcessList.c b/freebsd/FreeBSDProcessList.c
index 622403be..23f910f7 100644
--- a/freebsd/FreeBSDProcessList.c
+++ b/freebsd/FreeBSDProcessList.c
@@ -30,13 +30,13 @@ in the source distribution for its full text.
#include "CRT.h"
#include "Compat.h"
#include "FreeBSDProcess.h"
-#include "generic/openzfs_sysctl.h"
#include "Macros.h"
#include "Object.h"
#include "Process.h"
#include "ProcessList.h"
#include "Settings.h"
#include "XUtils.h"
+#include "generic/openzfs_sysctl.h"
#include "zfs/ZfsArcStats.h"
diff --git a/freebsd/Platform.h b/freebsd/Platform.h
index 79dfe0bd..ab5c63cf 100644
--- a/freebsd/Platform.h
+++ b/freebsd/Platform.h
@@ -13,13 +13,13 @@ in the source distribution for its full text.
#include "Action.h"
#include "BatteryMeter.h"
#include "DiskIOMeter.h"
-#include "generic/hostname.h"
-#include "generic/uname.h"
#include "Meter.h"
#include "NetworkIOMeter.h"
#include "Process.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