summaryrefslogtreecommitdiffstats
path: root/src/world.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-01 17:54:42 +0100
committerDavid Robillard <d@drobilla.net>2021-01-02 13:23:51 +0100
commita124e36c3520e3f887b3a47aac685d9ad453bf09 (patch)
treeb1f43b0206024b06bf51725407c381691591ebb0 /src/world.c
parent31cc05d5ef6e840ebe2b4c265f374f913f4758cc (diff)
downloadlilv-a124e36c3520e3f887b3a47aac685d9ad453bf09.tar.gz
lilv-a124e36c3520e3f887b3a47aac685d9ad453bf09.tar.bz2
lilv-a124e36c3520e3f887b3a47aac685d9ad453bf09.zip
Remove the need for a generated configuration header
Diffstat (limited to 'src/world.c')
-rw-r--r--src/world.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.c b/src/world.c
index a6f103e..1455b34 100644
--- a/src/world.c
+++ b/src/world.c
@@ -15,7 +15,7 @@
*/
#include "filesystem.h"
-#include "lilv_config.h"
+#include "lilv_config.h" // IWYU pragma: keep
#include "lilv_internal.h"
#include "lilv/lilv.h"