1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Plugin Client: Rename utility folder to detail, for consistency with namespace naming

This commit is contained in:
reuk 2023-03-08 15:57:46 +00:00 committed by reuk
parent 0e9b482d87
commit a760307d0f
23 changed files with 45 additions and 45 deletions

View file

@ -27,11 +27,11 @@
#if JucePlugin_Build_Unity
#include <juce_audio_plugin_client/utility/juce_PluginUtilities.h>
#include <juce_audio_plugin_client/detail/juce_PluginUtilities.h>
#include <juce_audio_processors/format_types/juce_LegacyAudioParameter.cpp>
#if JUCE_WINDOWS
#include <juce_audio_plugin_client/utility/juce_IncludeSystemHeaders.h>
#include <juce_audio_plugin_client/detail/juce_IncludeSystemHeaders.h>
#endif
#include "juce_UnityPluginInterface.h"