From 2bf626c4e4c827397d40c0b84a5023c308aeec73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Tue, 24 Aug 2021 17:27:43 +0200 Subject: IWYU update --- Action.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Action.h') diff --git a/Action.h b/Action.h index 99e82be5..4a59072b 100644 --- a/Action.h +++ b/Action.h @@ -33,7 +33,7 @@ typedef enum { HTOP_RESIZE = 0x80 | HTOP_REFRESH | HTOP_REDRAW_BAR | HTOP_UPDATE_PANELHDR, } Htop_Reaction; -struct MainPanel_; +struct MainPanel_; // IWYU pragma: keep typedef struct State_ { Settings* settings; -- cgit v1.2.3