summaryrefslogtreecommitdiffstats
path: root/slv2/plugin.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-02-12 01:50:39 +0000
committerDavid Robillard <d@drobilla.net>2009-02-12 01:50:39 +0000
commitd938b926f83537be7fe7260ea0537345e25be979 (patch)
treef34be93ae9845aca6d3f4ff52f7b9b13d57f7085 /slv2/plugin.h
parentc4e62bfdd15d9b0ab7ffed7629f5bbcb4e69bd33 (diff)
downloadlilv-d938b926f83537be7fe7260ea0537345e25be979.tar.gz
lilv-d938b926f83537be7fe7260ea0537345e25be979.tar.bz2
lilv-d938b926f83537be7fe7260ea0537345e25be979.zip
Merge various collections into single files, reduce rampant code duplication.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1925 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/plugin.h')
-rw-r--r--slv2/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/slv2/plugin.h b/slv2/plugin.h
index 8980f2e..56509ea 100644
--- a/slv2/plugin.h
+++ b/slv2/plugin.h
@@ -27,7 +27,7 @@ extern "C" {
#include <stdbool.h>
#include "slv2/types.h"
#include "slv2/port.h"
-#include "slv2/values.h"
+#include "slv2/collections.h"
/** \defgroup slv2_data Plugin data access
*