From ba3a1df8069ca6aa858ed2c79ad9ace63883b70b Mon Sep 17 00:00:00 2001 From: Sohaib Mohamed Date: Tue, 26 Oct 2021 13:07:24 +0200 Subject: Fix misc styleguide issues and add missing header files Signed-off-by: Sohaib Mohamed --- ScreensPanel.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'ScreensPanel.c') diff --git a/ScreensPanel.c b/ScreensPanel.c index 845c4945..3eacacd6 100644 --- a/ScreensPanel.c +++ b/ScreensPanel.c @@ -6,16 +6,17 @@ in the source distribution for its full text. */ #include "ScreensPanel.h" -#include "Platform.h" -#include "CRT.h" -#include "XUtils.h" - -#include #include #include #include +#include "CRT.h" +#include "FunctionBar.h" +#include "Hashtable.h" +#include "ProvideCurses.h" +#include "XUtils.h" + ObjectClass ScreenListItem_class = { .extends = Class(ListItem), -- cgit v1.2.3