summaryrefslogtreecommitdiffstats
path: root/src/slv2_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-17 02:57:24 +0000
committerDavid Robillard <d@drobilla.net>2011-02-17 02:57:24 +0000
commit41cad1e44a88940bab551a996b94c978717cedca (patch)
treef025d047ae9ceaf76703b54395c73c1bc05ddf10 /src/slv2_internal.h
parent8f2ecbb9e76d9427186727a9110e1e8435e1c16f (diff)
downloadlilv-41cad1e44a88940bab551a996b94c978717cedca.tar.gz
lilv-41cad1e44a88940bab551a996b94c978717cedca.tar.bz2
lilv-41cad1e44a88940bab551a996b94c978717cedca.zip
Make ui.h C++ compatible.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2971 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r--src/slv2_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h
index 36f294e..a52f62e 100644
--- a/src/slv2_internal.h
+++ b/src/slv2_internal.h
@@ -16,8 +16,6 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#include "slv2-config.h"
-
#ifndef SLV2_INTERNAL_H__
#define SLV2_INTERNAL_H__
@@ -37,6 +35,8 @@ extern "C" {
#include "serd/serd.h"
#include "sord/sord.h"
+#include "slv2-config.h"
+
#ifdef SLV2_DYN_MANIFEST
#include "lv2/lv2plug.in/ns/ext/dyn-manifest/dyn-manifest.h"
#endif