==============================================================================
*/
-// 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