diff options
Diffstat (limited to 'muse2/plugins')
-rw-r--r-- | muse2/plugins/doublechorus/doublechorusmodel.h | 2 | ||||
-rw-r--r-- | muse2/plugins/freeverb/revmodel.h | 2 | ||||
-rw-r--r-- | muse2/plugins/pandelay/ladspapandelay.h | 2 |
3 files changed, 3 insertions, 3 deletions
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 <ladspa.h> #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 <ladspa.h> //--------------------------------------------------------- // 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 <ladspa.h> #ifdef NBRPARAM #undef NBRPARAM |