summaryrefslogtreecommitdiffstats
path: root/ProcessLocksScreen.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-11-18 14:26:30 +0100
committerBenBE <BenBE@geshi.org>2020-11-19 23:51:50 +0100
commit7cf527759481a760b0f08da16add3a5120048572 (patch)
treef19cab11922858f5fc6bd107e6c58bf73f23f266 /ProcessLocksScreen.c
parent329011bb982b7dda02e6901173e6fc34bcaa2645 (diff)
IWYU update (Linux)
Diffstat (limited to 'ProcessLocksScreen.c')
-rw-r--r--ProcessLocksScreen.c17
1 files changed, 3 insertions, 14 deletions
diff --git a/ProcessLocksScreen.c b/ProcessLocksScreen.c
index 67743c94..6dc3c109 100644
--- a/ProcessLocksScreen.c
+++ b/ProcessLocksScreen.c
@@ -9,25 +9,14 @@ in the source distribution for its full text.
#include "ProcessLocksScreen.h"
-#include <dirent.h>
-#include <fcntl.h>
#include <inttypes.h>
#include <limits.h>
-#include <stdbool.h>
-#include <stdio.h>
#include <stdlib.h>
-#include <string.h>
-#include <unistd.h>
-#include <sys/stat.h>
-#include <sys/types.h>
-#include <sys/wait.h>
-#include "CRT.h"
-#include "Compat.h"
-#include "FunctionBar.h"
-#include "IncSet.h"
+#include "Panel.h"
#include "Platform.h"
-#include "ProcessList.h"
+#include "ProvideCurses.h"
+#include "Vector.h"
#include "XUtils.h"

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