aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/device/device.h4
-rw-r--r--src/include/timestamp.h2
2 files changed, 3 insertions, 3 deletions
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 <console/console.h>
-#include <device/path.h>
+#include <device/path.h> /* IWYU pragma: export */
#include <device/pci_type.h>
-#include <device/resource.h>
+#include <device/resource.h> /* IWYU pragma: export */
#include <smbios.h>
#include <static.h>
#include <stdlib.h>
diff --git a/src/include/timestamp.h b/src/include/timestamp.h
index ec2364f0a8..06c30587fb 100644
--- a/src/include/timestamp.h
+++ b/src/include/timestamp.h
@@ -3,7 +3,7 @@
#ifndef __TIMESTAMP_H__
#define __TIMESTAMP_H__
-#include <commonlib/timestamp_serialized.h>
+#include <commonlib/timestamp_serialized.h> /* IWYU pragma: export */
#include <stdint.h>
#if CONFIG(COLLECT_TIMESTAMPS)