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 --- CommandScreen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CommandScreen.c') diff --git a/CommandScreen.c b/CommandScreen.c index 12b1987d..6a87d137 100644 --- a/CommandScreen.c +++ b/CommandScreen.c @@ -2,13 +2,13 @@ #include "CommandScreen.h" +#include #include #include #include "Macros.h" #include "Panel.h" #include "ProvideCurses.h" -#include "XUtils.h" static void CommandScreen_scan(InfoScreen* this) { -- cgit v1.2.3