summaryrefslogtreecommitdiffstats
path: root/ProcessLocksScreen.h
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.h
parent329011bb982b7dda02e6901173e6fc34bcaa2645 (diff)
IWYU update (Linux)
Diffstat (limited to 'ProcessLocksScreen.h')
-rw-r--r--ProcessLocksScreen.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/ProcessLocksScreen.h b/ProcessLocksScreen.h
index daffd629..c8482286 100644
--- a/ProcessLocksScreen.h
+++ b/ProcessLocksScreen.h
@@ -7,9 +7,13 @@ Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text.
*/
-#include "InfoScreen.h"
+#include <stdbool.h>
+#include <stdint.h>
+#include <sys/types.h>
-#include <stdlib.h>
+#include "InfoScreen.h"
+#include "Object.h"
+#include "Process.h"
typedef struct ProcessLocksScreen_ {

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