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 --- dragonflybsd/Platform.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dragonflybsd') diff --git a/dragonflybsd/Platform.h b/dragonflybsd/Platform.h index 2ed97a70..4defaaf8 100644 --- a/dragonflybsd/Platform.h +++ b/dragonflybsd/Platform.h @@ -14,11 +14,11 @@ 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 "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