From e56089e1fa880064999ed6881e93f500445eacfb Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Tue, 28 Nov 2023 15:15:03 +0100 Subject: Update includes based on IWYU --- Process.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Process.c') diff --git a/Process.c b/Process.c index ea432be0..a36ab6c7 100644 --- a/Process.c +++ b/Process.c @@ -11,7 +11,6 @@ in the source distribution for its full text. #include "Process.h" #include -#include #include #include #include @@ -19,17 +18,18 @@ in the source distribution for its full text. #include #include #include -#include #include #include "CRT.h" +#include "Hashtable.h" +#include "Machine.h" #include "Macros.h" -#include "Platform.h" #include "ProcessTable.h" #include "DynamicColumn.h" #include "RichString.h" #include "Scheduling.h" #include "Settings.h" +#include "Table.h" #include "XUtils.h" #if defined(MAJOR_IN_MKDEV) -- cgit v1.2.3