From 24f272b3d9b891ffcccbbd338bbf8552ceae63c2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig=20=28Debian/GNU=29?= Date: Thu, 16 Dec 2021 12:24:39 +0100 Subject: [PATCH] Update LV2-wrapper --- .../juce_audio_plugin_client/LV2/juce_LV2_Wrapper.cpp | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/debian/extra/juce_audio_plugin_client/LV2/juce_LV2_Wrapper.cpp b/debian/extra/juce_audio_plugin_client/LV2/juce_LV2_Wrapper.cpp index 1c1f6162..f21292da 100644 --- a/debian/extra/juce_audio_plugin_client/LV2/juce_LV2_Wrapper.cpp +++ b/debian/extra/juce_audio_plugin_client/LV2/juce_LV2_Wrapper.cpp @@ -6,13 +6,9 @@ ============================================================================== */ -// Your project must contain an AppConfig.h file with your project-specific settings in it, -// and your header search path must make it accessible to the module's files. -#include "AppConfig.h" - -#include "juce_audio_plugin_client/utility/juce_CheckSettingMacros.h" -#include "juce_core/system/juce_TargetPlatform.h" // for JUCE_LINUX - +#include +#include +#include "../utility/juce_CheckSettingMacros.h" #if JucePlugin_Build_LV2 -- 2.30.2