summaryrefslogtreecommitdiffstats
path: root/ScreensPanel.h
diff options
context:
space:
mode:
authorSohaib Mohamed <sohaib.amhmd@gmail.com>2021-10-26 13:07:24 +0200
committerNathan Scott <nathans@redhat.com>2021-12-07 17:04:49 +1100
commitba3a1df8069ca6aa858ed2c79ad9ace63883b70b (patch)
tree54daf5321e64ef2b0da4d5b429ad075be777e54d /ScreensPanel.h
parentb672e60886a9f1473d437d065de2d86b4febc543 (diff)
Fix misc styleguide issues and add missing header files
Signed-off-by: Sohaib Mohamed <sohaib.amhmd@gmail.com>
Diffstat (limited to 'ScreensPanel.h')
-rw-r--r--ScreensPanel.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/ScreensPanel.h b/ScreensPanel.h
index 52c5fff3..6c8df805 100644
--- a/ScreensPanel.h
+++ b/ScreensPanel.h
@@ -7,11 +7,14 @@ Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
+#include <stdbool.h>
+
+#include "ColumnsPanel.h"
+#include "ListItem.h"
+#include "Object.h"
#include "Panel.h"
#include "ScreenManager.h"
-#include "ColumnsPanel.h"
#include "Settings.h"
-#include "ListItem.h"
#ifndef SCREEN_NAME_LEN
#define SCREEN_NAME_LEN 20

© 2014-2024 Faster IT GmbH | imprint | privacy policy