summaryrefslogtreecommitdiffstats
path: root/src/slv2_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-11 18:22:38 +0000
committerDavid Robillard <d@drobilla.net>2011-02-11 18:22:38 +0000
commitc5a9a86a6b4b623eab004bec7500a39d39a43bcd (patch)
tree900a7d0dd9b53a0673cb6731fe8e40c7a571a29c /src/slv2_internal.h
parent4861238c1624a193e30fc0aa78438b4977dbeb82 (diff)
downloadlilv-c5a9a86a6b4b623eab004bec7500a39d39a43bcd.tar.gz
lilv-c5a9a86a6b4b623eab004bec7500a39d39a43bcd.tar.bz2
lilv-c5a9a86a6b4b623eab004bec7500a39d39a43bcd.zip
Tidy up includes.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2920 a436a847-0d15-0410-975c-d299462d15a1
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#"