diff options
author | Florian Jung <flo@windfisch.org> | 2012-07-07 12:38:37 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2012-07-07 12:38:37 +0000 |
commit | 00079cfa009028c807a2086417eef7110c9adf77 (patch) | |
tree | ab4f2238cb47cbf31497db9ae7e323d061bbc8bd /muse2/plugins/doublechorus/doublechorusmodel.h | |
parent | a540a4b8b05225762b9d4f5f8e37580620bf61d4 (diff) |
removed ladspa.h, use system header file instead
thanks, andy.
Diffstat (limited to 'muse2/plugins/doublechorus/doublechorusmodel.h')
-rw-r--r-- | muse2/plugins/doublechorus/doublechorusmodel.h | 2 |
1 files changed, 1 insertions, 1 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 |