summaryrefslogtreecommitdiffstats
path: root/Row.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 /Row.h
parente56089e1fa880064999ed6881e93f500445eacfb (diff)
Force to keep explicit forward declarations
Diffstat (limited to 'Row.h')
-rw-r--r--Row.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Row.h b/Row.h
index c3ae56f0..951f998c 100644
--- a/Row.h
+++ b/Row.h
@@ -26,9 +26,9 @@ extern uint8_t Row_fieldWidths[LAST_RESERVED_FIELD];
extern int Row_pidDigits;
extern int Row_uidDigits;
-struct Machine_;
-struct Settings_;
-struct Table_;
+struct Machine_; // IWYU pragma: keep
+struct Settings_; // IWYU pragma: keep
+struct Table_; // IWYU pragma: keep
/* Class representing entities (such as processes) that can be
* represented in a tabular form in the lower half of the htop

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