From 0ad214846c384291eabd46176bad7a54c6c11e52 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Wed, 10 Apr 2024 14:11:05 +0200 Subject: include: Add 'IWYU pragma: export' comment This pragma says to IWYU (Include What You Use) that the current file is supposed to provide commented header. Change-Id: I3acb5e6b18443e454d8174b0b1f9d207c0fb78b5 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/81824 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai --- src/include/device/device.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/device') diff --git a/src/include/device/device.h b/src/include/device/device.h index b347d39999..7bc1c0a6dd 100644 --- a/src/include/device/device.h +++ b/src/include/device/device.h @@ -5,9 +5,9 @@ #define DEVICE_H #include -#include +#include /* IWYU pragma: export */ #include -#include +#include /* IWYU pragma: export */ #include #include #include -- cgit v1.2.3