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.
This commit is contained in:
Nathan Scott
2020-11-18 09:19:42 +11:00
parent ea9622b8c9
commit 0eb3c7589d
2 changed files with 6 additions and 7 deletions

View File

@ -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"