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 --- DiskIOMeter.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'DiskIOMeter.c') diff --git a/DiskIOMeter.c b/DiskIOMeter.c index 545ebd83..8d658de8 100644 --- a/DiskIOMeter.c +++ b/DiskIOMeter.c @@ -10,15 +10,14 @@ in the source distribution for its full text. #include "DiskIOMeter.h" #include -#include #include "CRT.h" +#include "Machine.h" #include "Macros.h" -#include "Meter.h" #include "Object.h" #include "Platform.h" -#include "ProcessTable.h" #include "RichString.h" +#include "Row.h" #include "XUtils.h" -- cgit v1.2.3