summaryrefslogtreecommitdiffstats
path: root/InfoScreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'InfoScreen.c')
-rw-r--r--InfoScreen.c17
1 files changed, 9 insertions, 8 deletions
diff --git a/InfoScreen.c b/InfoScreen.c
index ed890f7d..0c666234 100644
--- a/InfoScreen.c
+++ b/InfoScreen.c
@@ -1,18 +1,19 @@
+#include "config.h" // IWYU pragma: keep
+
#include "InfoScreen.h"
-#include "config.h"
-#include "Object.h"
+#include <stdarg.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
#include "CRT.h"
#include "IncSet.h"
#include "ListItem.h"
-#include "Platform.h"
+#include "Object.h"
+#include "ProvideCurses.h"
#include "XUtils.h"
-#include <stdlib.h>
-#include <string.h>
-#include <unistd.h>
-#include <stdarg.h>
-
static const char* const InfoScreenFunctions[] = {"Search ", "Filter ", "Refresh", "Done ", NULL};