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 --- ColorsPanel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ColorsPanel.h') diff --git a/ColorsPanel.h b/ColorsPanel.h index 479fad08..8dd61711 100644 --- a/ColorsPanel.h +++ b/ColorsPanel.h @@ -8,8 +8,8 @@ in the source distribution for its full text. */ #include "Panel.h" -#include "Settings.h" #include "ScreenManager.h" +#include "Settings.h" typedef struct ColorsPanel_ { Panel super; -- cgit v1.2.3