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. --- lilv/lilv.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'lilv/lilv.h') diff --git a/lilv/lilv.h b/lilv/lilv.h index 1ed219c..1f880d5 100644 --- a/lilv/lilv.h +++ b/lilv/lilv.h @@ -21,14 +21,15 @@ #ifndef LILV_LILV_H #define LILV_LILV_H +#include "lv2/lv2plug.in/ns/ext/urid/urid.h" +#include "lv2/lv2plug.in/ns/lv2core/lv2.h" + #include +#include #include #include #include -#include "lv2/lv2plug.in/ns/lv2core/lv2.h" -#include "lv2/lv2plug.in/ns/ext/urid/urid.h" - #ifdef LILV_SHARED # ifdef _WIN32 # define LILV_LIB_IMPORT __declspec(dllimport) @@ -53,8 +54,6 @@ #ifdef __cplusplus extern "C" { -#else -# include #endif #define LILV_NS_DOAP "http://usefulinc.com/ns/doap#" -- cgit v1.2.1