diff options
Diffstat (limited to 'src/world.c')
-rw-r--r-- | src/world.c | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/src/world.c b/src/world.c index 1dfae9c..970643d 100644 --- a/src/world.c +++ b/src/world.c @@ -4,18 +4,17 @@ #include "lilv_config.h" // IWYU pragma: keep #include "lilv_internal.h" -#include "lilv/lilv.h" -#include "serd/serd.h" -#include "sord/sord.h" -#include "zix/environment.h" -#include "zix/filesystem.h" -#include "zix/tree.h" - -#include "lv2/core/lv2.h" -#include "lv2/presets/presets.h" +#include <lilv/lilv.h> +#include <lv2/core/lv2.h> +#include <lv2/presets/presets.h> +#include <serd/serd.h> +#include <sord/sord.h> +#include <zix/environment.h> +#include <zix/filesystem.h> +#include <zix/tree.h> #ifdef LILV_DYN_MANIFEST -# include "lv2/dynmanifest/dynmanifest.h" +# include <lv2/dynmanifest/dynmanifest.h> #endif #include <assert.h> |