summaryrefslogtreecommitdiffstats
path: root/Row.h
diff options
context:
space:
mode:
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