1
0
Fork 0
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:
tpoole 2017-09-11 10:13:38 +01:00
parent 849f9e8f4a
commit 8f54c73686
3 changed files with 1 additions and 9 deletions

View file

@ -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"

View file

@ -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

View file

@ -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