summaryrefslogtreecommitdiffstats
path: root/src/slv2_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r--src/slv2_internal.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h
index 55f5b93..f8ba415 100644
--- a/src/slv2_internal.h
+++ b/src/slv2_internal.h
@@ -29,17 +29,21 @@ extern "C" {
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
-#include <inttypes.h>
+
#include <dlfcn.h>
+
#include <glib.h>
+
#include "serd/serd.h"
#include "sord/sord.h"
-#include "slv2/types.h"
-#include "slv2/lv2_ui.h"
+
#ifdef SLV2_DYN_MANIFEST
#include "lv2/lv2plug.in/ns/ext/dyn-manifest/dyn-manifest.h"
#endif
+#include "slv2/types.h"
+#include "slv2/lv2_ui.h"
+
#define SLV2_NS_DOAP (const uint8_t*)"http://usefulinc.com/ns/doap#"
#define SLV2_NS_RDFS (const uint8_t*)"http://www.w3.org/2000/01/rdf-schema#"
#define SLV2_NS_SLV2 (const uint8_t*)"http://drobilla.net/ns/slv2#"