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 --- AvailableMetersPanel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'AvailableMetersPanel.h') diff --git a/AvailableMetersPanel.h b/AvailableMetersPanel.h index ecebb28d..92d7c941 100644 --- a/AvailableMetersPanel.h +++ b/AvailableMetersPanel.h @@ -7,10 +7,10 @@ Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ -#include "Settings.h" #include "Panel.h" -#include "ScreenManager.h" #include "ProcessList.h" +#include "ScreenManager.h" +#include "Settings.h" typedef struct AvailableMetersPanel_ { Panel super; -- cgit v1.2.3