Update LV2-wrapper
authorIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Thu, 16 Dec 2021 11:24:39 +0000 (12:24 +0100)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Thu, 16 Dec 2021 11:24:39 +0000 (12:24 +0100)
debian/extra/juce_audio_plugin_client/LV2/juce_LV2_Wrapper.cpp

index 1c1f6162b129f6c6af159d6842e14180fc0e2ecb..f21292da8741ad68fbb7aa6aa096fc521878ff38 100644 (file)
@@ -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 <juce_core/system/juce_CompilerWarnings.h>
+#include <juce_core/system/juce_TargetPlatform.h>
+#include "../utility/juce_CheckSettingMacros.h"
 
 #if JucePlugin_Build_LV2