From 94478a685a327fd239408c7ddd50ec6d784c2652 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Nov 2024 18:17:48 -0500 Subject: Remove IWYU pragmas that no longer seem necessary --- src/world.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/world.c') diff --git a/src/world.c b/src/world.c index 970643d..a614918 100644 --- a/src/world.c +++ b/src/world.c @@ -1,7 +1,7 @@ // Copyright 2007-2024 David Robillard // SPDX-License-Identifier: ISC -#include "lilv_config.h" // IWYU pragma: keep +#include "lilv_config.h" #include "lilv_internal.h" #include -- cgit v1.2.1