From 7550f8ed8eb0a48ae677c944d4d36923f2e73022 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 27 Sep 2020 18:09:26 +0200 Subject: Clean up includes --- lv2/atom/atom-test.c | 2 ++ lv2/atom/forge-overflow-test.c | 2 -- plugins/eg-sampler.lv2/uris.h | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lv2/atom/atom-test.c b/lv2/atom/atom-test.c index 6cca789..1af1ae1 100644 --- a/lv2/atom/atom-test.c +++ b/lv2/atom/atom-test.c @@ -21,8 +21,10 @@ #include "lv2/urid/urid.h" #include +#include #include #include +#include int main(void) diff --git a/lv2/atom/forge-overflow-test.c b/lv2/atom/forge-overflow-test.c index 7c1b12e..3c46a25 100644 --- a/lv2/atom/forge-overflow-test.c +++ b/lv2/atom/forge-overflow-test.c @@ -17,13 +17,11 @@ #include "lv2/atom/atom-test-utils.c" #include "lv2/atom/atom.h" #include "lv2/atom/forge.h" -#include "lv2/atom/util.h" #include "lv2/urid/urid.h" #include #include #include -#include static int test_string_overflow(void) diff --git a/plugins/eg-sampler.lv2/uris.h b/plugins/eg-sampler.lv2/uris.h index caaa88a..fd80c3f 100644 --- a/plugins/eg-sampler.lv2/uris.h +++ b/plugins/eg-sampler.lv2/uris.h @@ -18,6 +18,8 @@ #ifndef SAMPLER_URIS_H #define SAMPLER_URIS_H +#include "lv2/atom/atom.h" +#include "lv2/atom/forge.h" #include "lv2/log/log.h" #include "lv2/midi/midi.h" #include "lv2/parameters/parameters.h" -- cgit v1.2.1