From ec3e2125f960aa3de9da474d175bab353745748b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 18 Feb 2007 21:12:59 +0000 Subject: Fixed index types of Strings and Plugins for consistency. git-svn-id: http://svn.drobilla.net/lad/slv2@315 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/plugin.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'slv2/plugin.h') diff --git a/slv2/plugin.h b/slv2/plugin.h index 05bba75..27fa982 100644 --- a/slv2/plugin.h +++ b/slv2/plugin.h @@ -26,7 +26,8 @@ extern "C" { #include #include #include -#include "types.h" +#include +#include typedef const struct _Plugin SLV2Plugin; -- cgit v1.2.1