From 9ee8a7ca64799c01f5aed9c421178e65bcfb3204 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Tue, 28 Nov 2023 15:16:40 +0100 Subject: Force to keep explicit forward declarations --- Process.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Process.h') diff --git a/Process.h b/Process.h index bcafc81a..3903a407 100644 --- a/Process.h +++ b/Process.h @@ -44,8 +44,8 @@ typedef enum ProcessState_ { SLEEPING } ProcessState; -struct Machine_; -struct Settings_; +struct Machine_; // IWYU pragma: keep +struct Settings_; // IWYU pragma: keep /* Holds information about regions of the cmdline that should be * highlighted (e.g. program basename, delimiter, comm). */ -- cgit v1.2.3