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 --- DynamicMeter.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'DynamicMeter.c') diff --git a/DynamicMeter.c b/DynamicMeter.c index 96b169d5..15d853bd 100644 --- a/DynamicMeter.c +++ b/DynamicMeter.c @@ -15,10 +15,11 @@ in the source distribution for its full text. #include #include "CRT.h" +#include "Machine.h" #include "Object.h" #include "Platform.h" -#include "ProcessTable.h" #include "RichString.h" +#include "Settings.h" #include "XUtils.h" -- cgit v1.2.3