1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +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

@ -138,6 +138,7 @@
#if JUCE_MAC || JUCE_IOS
#include "native/accessibility/juce_AccessibilitySharedCode_mac.mm"
#include "native/juce_CGMetalLayerRenderer_mac.h"
#if JUCE_IOS
#include "native/juce_UIViewComponentPeer_ios.mm"
@ -166,6 +167,9 @@
#include "native/juce_MouseCursor_mac.mm"
#elif JUCE_WINDOWS
#if JUCE_MODULE_AVAILABLE_juce_audio_plugin_client
#include <juce_audio_plugin_client/AAX/juce_AAX_Modifier_Injector.h>
#endif
#include "native/accessibility/juce_ComInterfaces_windows.h"
#include "native/accessibility/juce_WindowsUIAWrapper_windows.h"
#include "native/accessibility/juce_AccessibilityElement_windows.h"