summaryrefslogtreecommitdiffstats
path: root/BatteryMeter.c
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2020-11-18 09:19:42 +1100
committerNathan Scott <nathans@redhat.com>2020-11-18 10:17:33 +1100
commit0eb3c7589d6cce7c1e6d78d0abd019362a69061f (patch)
treef363e9d384b71b4d33850aba0b1d7e2e8ba11cd4 /BatteryMeter.c
parentea9622b8c9444d92007f24fc54597f83c498f11d (diff)
Merge individual Battery.[ch] files into Platform.[ch]
Small changes from review - keep headers sorted and keep local variable declarations at the top of source files.
Diffstat (limited to 'BatteryMeter.c')
-rw-r--r--BatteryMeter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/BatteryMeter.c b/BatteryMeter.c
index cd8439c4..bf2b6122 100644
--- a/BatteryMeter.c
+++ b/BatteryMeter.c
@@ -11,9 +11,9 @@ This meter written by Ian P. Hands (iphands@gmail.com, ihands@redhat.com).
#include <math.h>
-#include "Platform.h"
#include "CRT.h"
#include "Object.h"
+#include "Platform.h"
#include "XUtils.h"

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