summaryrefslogtreecommitdiffstats
path: root/AvailableColumnsPanel.c
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2020-09-19 13:55:23 +0200
committerBenny Baumann <BenBE@geshi.org>2020-10-18 20:09:05 +0200
commit0f5262917fab34b44b43f63946fdf6bb0621875a (patch)
tree07e449767f00310ef038d786688f891600a01b4d /AvailableColumnsPanel.c
parent29346d05616ce69e5988b3f1257c340f91299602 (diff)
Make all required includes explicit
Information as seen by IWYU 0.12 + clang 9 on Linux
Diffstat (limited to 'AvailableColumnsPanel.c')
-rw-r--r--AvailableColumnsPanel.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/AvailableColumnsPanel.c b/AvailableColumnsPanel.c
index 32bb470e..feea5786 100644
--- a/AvailableColumnsPanel.c
+++ b/AvailableColumnsPanel.c
@@ -7,14 +7,17 @@ in the source distribution for its full text.
#include "AvailableColumnsPanel.h"
-#include <assert.h>
#include <ctype.h>
+#include <stdbool.h>
#include <stdlib.h>
-#include <string.h>
#include "ColumnsPanel.h"
-#include "Header.h"
+#include "FunctionBar.h"
+#include "ListItem.h"
+#include "Object.h"
#include "Platform.h"
+#include "Process.h"
+#include "ProvideCurses.h"
#include "XUtils.h"

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