summaryrefslogtreecommitdiff
path: root/muse2/plugins
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2012-07-07 12:38:37 +0000
committerFlorian Jung <flo@windfisch.org>2012-07-07 12:38:37 +0000
commit00079cfa009028c807a2086417eef7110c9adf77 (patch)
treeab4f2238cb47cbf31497db9ae7e323d061bbc8bd /muse2/plugins
parenta540a4b8b05225762b9d4f5f8e37580620bf61d4 (diff)
removed ladspa.h, use system header file instead
thanks, andy.
Diffstat (limited to 'muse2/plugins')
-rw-r--r--muse2/plugins/doublechorus/doublechorusmodel.h2
-rw-r--r--muse2/plugins/freeverb/revmodel.h2
-rw-r--r--muse2/plugins/pandelay/ladspapandelay.h2
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