From db01ab3064d23aa64321ff9f8c2ecadc07628fbf Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 18 Jan 2024 13:49:51 +0100 Subject: Make Clangd/IWYU happy --- src/compat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/compat.h') diff --git a/src/compat.h b/src/compat.h index fedea6a..e5bfcfe 100644 --- a/src/compat.h +++ b/src/compat.h @@ -9,12 +9,12 @@ #endif #if !LIBCOMPAT_IS_23 -# include +# include /* IWYU pragma: export */ #endif #if !LIBCOMPAT_IS_23 # ifndef NULL -# include +# include /* IWYU pragma: export */ # endif # define nullptr NULL #endif -- cgit v1.2.3