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/muse/plugin.h | |
parent | a540a4b8b05225762b9d4f5f8e37580620bf61d4 (diff) |
removed ladspa.h, use system header file instead
thanks, andy.
Diffstat (limited to 'muse2/muse/plugin.h')
-rw-r--r-- | muse2/muse/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/plugin.h b/muse2/muse/plugin.h index 06e99564..39da5edf 100644 --- a/muse2/muse/plugin.h +++ b/muse2/muse/plugin.h @@ -34,7 +34,7 @@ #include <QUiLoader> -#include "ladspa.h" +#include <ladspa.h> #include "globals.h" #include "globaldefs.h" #include "ctrl.h" |