1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Includes: Move some miscellaneous includes into module header and source files

This commit is contained in:
Anthony Nicholls 2023-10-06 08:58:08 +01:00
parent d01166edc8
commit 90c458d92e
20 changed files with 34 additions and 46 deletions

View file

@ -41,8 +41,10 @@
#include <juce_gui_extra/juce_gui_extra.h>
#if JUCE_MAC
#import <DiscRecording/DiscRecording.h>
#import <CoreAudioKit/CABTLEMIDIWindowController.h>
#import <DiscRecording/DiscRecording.h>
#import <CoreAudioKit/CABTLEMIDIWindowController.h>
#elif JUCE_IOS
#import <CoreAudioKit/CoreAudioKit.h>
#elif JUCE_WINDOWS
#if JUCE_USE_CDBURNER
/* You'll need the Platform SDK for these headers - if you don't have it and don't

View file

@ -25,8 +25,6 @@
#if ! TARGET_IPHONE_SIMULATOR
#include <CoreAudioKit/CoreAudioKit.h>
namespace juce
{