summaryrefslogtreecommitdiffstats
path: root/Action.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 /Action.c
parent20bd78493be0740f1eb2bfcb651b97e98f418e7a (diff)
Update includes based on IWYU
Diffstat (limited to 'Action.c')
-rw-r--r--Action.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/Action.c b/Action.c
index 61cc1ef9..4049a952 100644
--- a/Action.c
+++ b/Action.c
@@ -9,9 +9,11 @@ in the source distribution for its full text.
#include "Action.h"
+#include <assert.h>
#include <pwd.h>
#include <stdbool.h>
#include <stdlib.h>
+#include <string.h>
#include "CRT.h"
#include "CategoriesPanel.h"
@@ -27,13 +29,16 @@ in the source distribution for its full text.
#include "MainPanel.h"
#include "OpenFilesScreen.h"
#include "Process.h"
-#include "ProcessTable.h"
#include "ProcessLocksScreen.h"
#include "ProvideCurses.h"
+#include "Row.h"
+#include "RowField.h"
#include "Scheduling.h"
#include "ScreenManager.h"
#include "SignalsPanel.h"
+#include "Table.h"
#include "TraceScreen.h"
+#include "UsersTable.h"
#include "Vector.h"
#include "XUtils.h"

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