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 --- CPUMeter.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CPUMeter.c') diff --git a/CPUMeter.c b/CPUMeter.c index 782f4170..afcddeb1 100644 --- a/CPUMeter.c +++ b/CPUMeter.c @@ -9,14 +9,16 @@ in the source distribution for its full text. #include "CPUMeter.h" +#include +#include #include #include #include "CRT.h" +#include "Machine.h" #include "Macros.h" #include "Object.h" #include "Platform.h" -#include "ProcessTable.h" #include "RichString.h" #include "Settings.h" #include "XUtils.h" -- cgit v1.2.3