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:
parent
d01166edc8
commit
90c458d92e
20 changed files with 34 additions and 46 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -239,6 +239,7 @@ namespace juce
|
|||
#endif
|
||||
|
||||
#include "containers/juce_SIMDRegister.h"
|
||||
#include "containers/juce_SIMDRegister_Impl.h"
|
||||
#endif
|
||||
|
||||
#include "maths/juce_SpecialFunctions.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue