mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-29 02:40:05 +00:00
Fixed a double inclusion of the Carbon headers
This commit is contained in:
parent
849f9e8f4a
commit
8f54c73686
3 changed files with 1 additions and 9 deletions
|
|
@ -53,10 +53,6 @@
|
|||
#include <CoreAudioKit/AUViewController.h>
|
||||
#endif
|
||||
|
||||
#if JUCE_SUPPORT_CARBON
|
||||
#include "../../juce_gui_extra/native/juce_mac_CarbonViewWrapperComponent.h"
|
||||
#endif
|
||||
|
||||
#include "../../juce_audio_basics/native/juce_mac_CoreAudioLayouts.h"
|
||||
#include "../../juce_audio_devices/native/juce_MidiDataConcatenator.h"
|
||||
#include "juce_AU_Shared.h"
|
||||
|
|
|
|||
|
|
@ -26,11 +26,6 @@
|
|||
|
||||
#if JUCE_PLUGINHOST_VST
|
||||
|
||||
//==============================================================================
|
||||
#if JUCE_MAC && JUCE_SUPPORT_CARBON
|
||||
#include "../../juce_gui_extra/native/juce_mac_CarbonViewWrapperComponent.h"
|
||||
#endif
|
||||
|
||||
//==============================================================================
|
||||
#undef PRAGMA_ALIGN_SUPPORTED
|
||||
|
||||
|
|
|
|||
|
|
@ -45,6 +45,7 @@
|
|||
&& ((JUCE_PLUGINHOST_VST || JUCE_PLUGINHOST_AU) \
|
||||
|| ! (defined (MAC_OS_X_VERSION_10_6) && MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_6))
|
||||
#include <Carbon/Carbon.h>
|
||||
#include "../juce_gui_extra/native/juce_mac_CarbonViewWrapperComponent.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue