From 1b74dfe1877676b914af6dcedd2d7578164aab47 Mon Sep 17 00:00:00 2001 From: mayurdahibhate Date: Thu, 29 Apr 2021 20:42:43 +0530 Subject: cleaned up includes with iwyu --- HostnameMeter.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'HostnameMeter.c') diff --git a/HostnameMeter.c b/HostnameMeter.c index 4968fd30..b1570c8c 100644 --- a/HostnameMeter.c +++ b/HostnameMeter.c @@ -8,12 +8,10 @@ in the source distribution for its full text. #include "config.h" // IWYU pragma: keep #include "HostnameMeter.h" -#include "Platform.h" - -#include #include "CRT.h" #include "Object.h" +#include "Platform.h" static const int HostnameMeter_attributes[] = { -- cgit v1.2.3