Use same aeffectx.h for windows and linux VSTs.

git-svn-id: svn://localhost/ardour2/branches/3.0@10757 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-11-22 01:28:27 +00:00
parent ac647e5fec
commit d98b2b6039
13 changed files with 155 additions and 157 deletions

View file

@ -37,11 +37,7 @@
#include "ardour/lv2_plugin.h"
#include "ardour/lv2_event_buffer.h"
#endif
#ifdef WINDOWS_VST_SUPPORT
#include "vestige/aeffectx.h"
#endif
#ifdef LXVST_SUPPORT
#if defined WINDOWS_VST_SUPPORT || defined LXVST_SUPPORT
#include "ardour/vestige/aeffectx.h"
#endif