summaryrefslogtreecommitdiffstats
path: root/Scheduling.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 /Scheduling.c
parent20bd78493be0740f1eb2bfcb651b97e98f418e7a (diff)
Update includes based on IWYU
Diffstat (limited to 'Scheduling.c')
-rw-r--r--Scheduling.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Scheduling.c b/Scheduling.c
index 42524073..d5c4b8a6 100644
--- a/Scheduling.c
+++ b/Scheduling.c
@@ -8,11 +8,11 @@ in the source distribution for its full text.
#include "config.h" // IWYU pragma: keep
#include "Scheduling.h"
-#include "EnvScreen.h"
#ifdef SCHEDULER_SUPPORT
-#include <errno.h>
+#include <assert.h>
+#include <stddef.h>
#include "FunctionBar.h"
#include "ListItem.h"

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