IWYU update (Linux)
diff --git a/ProcessLocksScreen.c b/ProcessLocksScreen.c
index 67743c9..6dc3c10 100644
--- a/ProcessLocksScreen.c
+++ b/ProcessLocksScreen.c
@@ -9,25 +9,14 @@
 
 #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"