summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2023-11-28 15:16:40 +0100
committerBenBE <BenBE@geshi.org>2023-12-26 15:14:19 +0100
commit9ee8a7ca64799c01f5aed9c421178e65bcfb3204 (patch)
tree93303ade9a63d49f7ae90227476ae7c2f25f313f /Process.h
parente56089e1fa880064999ed6881e93f500445eacfb (diff)
Force to keep explicit forward declarations
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h4
1 files changed, 2 insertions, 2 deletions
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). */

© 2014-2024 Faster IT GmbH | imprint | privacy policy