From 60078ec4fb3963a7d93cac8bb01d02413fccd24f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 27 Jun 2022 16:01:40 -0400 Subject: Suppress false positive IWYU warning --- include/lilv/lilv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/lilv/lilv.h b/include/lilv/lilv.h index 5fd7a9f..e532a7c 100644 --- a/include/lilv/lilv.h +++ b/include/lilv/lilv.h @@ -22,7 +22,7 @@ #include "lv2/core/lv2.h" #include "lv2/urid/urid.h" -#include +#include // IWYU pragma: keep #include #include #include -- cgit v1.2.1