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/edge.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ganv/edge.h') diff --git a/ganv/edge.h b/ganv/edge.h index a8f7657..8bf8ad0 100644 --- a/ganv/edge.h +++ b/ganv/edge.h @@ -13,6 +13,8 @@ * with Ganv. If not, see . */ +// IWYU pragma: no_include "ganv-private.h" + #ifndef GANV_EDGE_H #define GANV_EDGE_H -- cgit v1.2.1