diff options
Diffstat (limited to 'src/LV2Features.cpp')
-rw-r--r-- | src/LV2Features.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LV2Features.cpp b/src/LV2Features.cpp index 5cdeca44..c33ba4c4 100644 --- a/src/LV2Features.cpp +++ b/src/LV2Features.cpp @@ -14,9 +14,9 @@ along with Ingen. If not, see <http://www.gnu.org/licenses/>. */ -#include "ingen/LV2Features.hpp" +#include <ingen/LV2Features.hpp> -#include "lv2/core/lv2.h" +#include <lv2/core/lv2.h> #include <algorithm> #include <cstdlib> |