From e1c96879f444150b01c7f556cacdca82c811efb1 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Fri, 18 Sep 2020 19:23:04 +0200 Subject: Sort headers/includes --- Meter.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Meter.h') diff --git a/Meter.h b/Meter.h index 03b49608..da1dc5df 100644 --- a/Meter.h +++ b/Meter.h @@ -7,9 +7,10 @@ Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ -#include "ListItem.h" #include +#include "ListItem.h" + #define METER_BUFFER_LEN 256 typedef struct Meter_ Meter; -- cgit v1.2.3