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