@@ -27,9 +27,7 @@ | |||||
#if defined(CARLA_OS_MAC) || defined(CARLA_OS_WIN) | #if defined(CARLA_OS_MAC) || defined(CARLA_OS_WIN) | ||||
# include "juce_gui_basics/juce_gui_basics.h" | # include "juce_gui_basics/juce_gui_basics.h" | ||||
#else | #else | ||||
namespace juce { | |||||
# include "juce_events/messages/juce_Initialisation.h" | |||||
} // namespace juce | |||||
# include "juce_events/juce_events.h" | |||||
#endif | #endif | ||||
using juce::FloatVectorOperations; | using juce::FloatVectorOperations; | ||||
@@ -34,9 +34,7 @@ | |||||
#if defined(CARLA_OS_MAC) || defined(CARLA_OS_WIN) | #if defined(CARLA_OS_MAC) || defined(CARLA_OS_WIN) | ||||
# include "juce_gui_basics/juce_gui_basics.h" | # include "juce_gui_basics/juce_gui_basics.h" | ||||
#else | #else | ||||
namespace juce { | |||||
# include "juce_events/messages/juce_Initialisation.h" | |||||
} // namespace juce | |||||
# include "juce_events/juce_events.h" | |||||
#endif | #endif | ||||
#ifdef VESTIGE_HEADER | #ifdef VESTIGE_HEADER | ||||
@@ -24,12 +24,8 @@ | |||||
#undef KeyPress | #undef KeyPress | ||||
#include "juce_audio_processors/juce_audio_processors.h" | #include "juce_audio_processors/juce_audio_processors.h" | ||||
namespace juce { | |||||
#include "juce_audio_processors/processors/juce_AudioProcessor.cpp" | #include "juce_audio_processors/processors/juce_AudioProcessor.cpp" | ||||
#include "juce_audio_processors/processors/juce_AudioProcessorGraph.cpp" | #include "juce_audio_processors/processors/juce_AudioProcessorGraph.cpp" | ||||
#include "juce_audio_processors/utilities/juce_AudioProcessorParameters.cpp" | #include "juce_audio_processors/utilities/juce_AudioProcessorParameters.cpp" | ||||
} // namespace juce | |||||
#endif // ! CARLA_OS_MAC || CARLA_OS_WIN | #endif // ! CARLA_OS_MAC || CARLA_OS_WIN |