From b6828d7b8676a8a0e51f8fa2be0dc51977a451e4 Mon Sep 17 00:00:00 2001 From: Hugo Musso Gualandi Date: Sat, 12 Sep 2020 23:32:31 -0300 Subject: Remove some unused #includes As suggested by cppclean. --- MainPanel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MainPanel.h') diff --git a/MainPanel.h b/MainPanel.h index 582dd2ec..ca064722 100644 --- a/MainPanel.h +++ b/MainPanel.h @@ -8,9 +8,9 @@ Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ -#include "Panel.h" #include "Action.h" -#include "Settings.h" +#include "IncSet.h" +#include "Panel.h" typedef struct MainPanel_ { Panel super; -- cgit v1.2.3