From e9fccb983f4eb0fde2ffc7f25302da08eb5e8853 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 15 Dec 2020 18:18:10 +0100 Subject: Suppress include warnings in headers when used in other projects --- ganv/group.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ganv/group.h') diff --git a/ganv/group.h b/ganv/group.h index d21a8ed..72efa3c 100644 --- a/ganv/group.h +++ b/ganv/group.h @@ -13,6 +13,8 @@ * with Ganv. If not, see . */ +// IWYU pragma: no_include "ganv-private.h" + #ifndef GANV_GROUP_H #define GANV_GROUP_H -- cgit v1.2.1