summaryrefslogtreecommitdiffstats
path: root/ScreenManager.c
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2023-11-28 15:15:03 +0100
committerBenBE <BenBE@geshi.org>2023-12-26 15:14:19 +0100
commite56089e1fa880064999ed6881e93f500445eacfb (patch)
tree14cb774b63abff35d87e77bac204fecf9613ecb9 /ScreenManager.c
parent20bd78493be0740f1eb2bfcb651b97e98f418e7a (diff)
Update includes based on IWYU
Diffstat (limited to 'ScreenManager.c')
-rw-r--r--ScreenManager.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/ScreenManager.c b/ScreenManager.c
index bfecd2c7..e7e82e1d 100644
--- a/ScreenManager.c
+++ b/ScreenManager.c
@@ -12,6 +12,7 @@ in the source distribution for its full text.
#include <assert.h>
#include <stdbool.h>
#include <stdlib.h>
+#include <string.h>
#include <sys/time.h>
#include "CRT.h"
@@ -20,8 +21,10 @@ in the source distribution for its full text.
#include "Macros.h"
#include "Object.h"
#include "Platform.h"
-#include "ProcessTable.h"
+#include "Process.h"
#include "ProvideCurses.h"
+#include "Settings.h"
+#include "Table.h"
#include "XUtils.h"

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