diff options
-rw-r--r-- | include/lilv/lilv.h | 2 | ||||
-rw-r--r-- | src/lilv_internal.h | 2 | ||||
-rw-r--r-- | src/util.c | 2 | ||||
-rw-r--r-- | src/world.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/include/lilv/lilv.h b/include/lilv/lilv.h index aeabda0..6dc42d4 100644 --- a/include/lilv/lilv.h +++ b/include/lilv/lilv.h @@ -9,7 +9,7 @@ #include <lv2/core/lv2.h> #include <lv2/urid/urid.h> -#include <stdarg.h> // IWYU pragma: keep +#include <stdarg.h> #include <stdbool.h> #include <stdint.h> #include <stdio.h> diff --git a/src/lilv_internal.h b/src/lilv_internal.h index 22e3998..3693f8a 100644 --- a/src/lilv_internal.h +++ b/src/lilv_internal.h @@ -8,7 +8,7 @@ extern "C" { #endif -#include "lilv_config.h" // IWYU pragma: keep +#include "lilv_config.h" #include <lilv/lilv.h> #include <lv2/core/lv2.h> @@ -19,7 +19,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <time.h> // IWYU pragma: keep +#include <time.h> void lilv_free(void* ptr) 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 <d@drobilla.net> // SPDX-License-Identifier: ISC -#include "lilv_config.h" // IWYU pragma: keep +#include "lilv_config.h" #include "lilv_internal.h" #include <lilv/lilv.h> |