From 00079cfa009028c807a2086417eef7110c9adf77 Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Sat, 7 Jul 2012 12:38:37 +0000 Subject: removed ladspa.h, use system header file instead thanks, andy. --- muse2/plugins/doublechorus/doublechorusmodel.h | 2 +- muse2/plugins/freeverb/revmodel.h | 2 +- muse2/plugins/pandelay/ladspapandelay.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'muse2/plugins') diff --git a/muse2/plugins/doublechorus/doublechorusmodel.h b/muse2/plugins/doublechorus/doublechorusmodel.h index 2eea805c..4f916af5 100644 --- a/muse2/plugins/doublechorus/doublechorusmodel.h +++ b/muse2/plugins/doublechorus/doublechorusmodel.h @@ -31,7 +31,7 @@ #define __DOUBLECHORUSMODEL_H #include "simplechorusmodel.h" -#include "../../muse/ladspa.h" +#include #define NBRPARAM 7 diff --git a/muse2/plugins/freeverb/revmodel.h b/muse2/plugins/freeverb/revmodel.h index a143679a..070628ed 100644 --- a/muse2/plugins/freeverb/revmodel.h +++ b/muse2/plugins/freeverb/revmodel.h @@ -17,7 +17,7 @@ #include "comb.h" #include "allpass.h" #include "tuning.h" -#include "../../muse/ladspa.h" +#include //--------------------------------------------------------- // Revmodel diff --git a/muse2/plugins/pandelay/ladspapandelay.h b/muse2/plugins/pandelay/ladspapandelay.h index b72932a4..ebf9ef5f 100644 --- a/muse2/plugins/pandelay/ladspapandelay.h +++ b/muse2/plugins/pandelay/ladspapandelay.h @@ -31,7 +31,7 @@ #define __LADSPAPANDELAY_H #include "pandelaymodel.h" -#include "../../muse/ladspa.h" +#include #ifdef NBRPARAM #undef NBRPARAM -- cgit v1.2.3