summaryrefslogtreecommitdiffstats
path: root/linux/Platform.h
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 /linux/Platform.h
parent61ef1134d97dbcf8b4ee069b36addf3c706ff55c (diff)
Fix include file ordering of generic headers
Diffstat (limited to 'linux/Platform.h')
-rw-r--r--linux/Platform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/Platform.h b/linux/Platform.h
index 2d528bd3..299d261a 100644
--- a/linux/Platform.h
+++ b/linux/Platform.h
@@ -14,13 +14,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"
/* GNU/Hurd does not have PATH_MAX in limits.h */
#ifndef PATH_MAX

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