From 162d540a7a78bcd75aea002b4afa101133315e8b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 13 Jan 2019 13:59:29 +0100 Subject: Clean up includes Sorts includes from local to global (which catches errors) and fixes missing includes found by the resulting breakage and include-what-you-use. --- src/instance.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/instance.c') diff --git a/src/instance.c b/src/instance.c index 030c6ff..ba71e81 100644 --- a/src/instance.c +++ b/src/instance.c @@ -14,12 +14,17 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "lilv_internal.h" + +#include "lv2/lv2plug.in/ns/lv2core/lv2.h" +#include "lilv/lilv.h" + +#include +#include #include #include #include -#include "lilv_internal.h" - LILV_API LilvInstance* lilv_plugin_instantiate(const LilvPlugin* plugin, double sample_rate, -- cgit v1.2.1