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

@ -56,6 +56,7 @@
#include "processors/juce_FIRFilter.cpp"
#include "processors/juce_IIRFilter.cpp"
#include "processors/juce_IIRFilter_Impl.h"
#include "processors/juce_FirstOrderTPTFilter.cpp"
#include "processors/juce_Panner.cpp"
#include "processors/juce_Oversampling.cpp"

View file

@ -239,6 +239,7 @@ namespace juce
#endif
#include "containers/juce_SIMDRegister.h"
#include "containers/juce_SIMDRegister_Impl.h"
#endif
#include "maths/juce_SpecialFunctions.h"