From d938b926f83537be7fe7260ea0537345e25be979 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 12 Feb 2009 01:50:39 +0000 Subject: 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 --- slv2/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slv2/plugin.h') 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 #include "slv2/types.h" #include "slv2/port.h" -#include "slv2/values.h" +#include "slv2/collections.h" /** \defgroup slv2_data Plugin data access * -- cgit v1.2.1