| Index: Source/core/platform/audio/DynamicsCompressorKernel.cpp
|
| diff --git a/Source/core/platform/audio/DynamicsCompressorKernel.cpp b/Source/core/platform/audio/DynamicsCompressorKernel.cpp
|
| index 4abe8e73ef4f8af26c2c5c25a9e5fcfc6971ad76..7206ef517a35f2ff220e73adc50e112c6be6b0aa 100644
|
| --- a/Source/core/platform/audio/DynamicsCompressorKernel.cpp
|
| +++ b/Source/core/platform/audio/DynamicsCompressorKernel.cpp
|
| @@ -30,11 +30,11 @@
|
|
|
| #if ENABLE(WEB_AUDIO)
|
|
|
| -#include "DynamicsCompressorKernel.h"
|
| +#include "core/platform/audio/DynamicsCompressorKernel.h"
|
|
|
| -#include "AudioUtilities.h"
|
| -#include "DenormalDisabler.h"
|
| #include <algorithm>
|
| +#include "core/platform/audio/AudioUtilities.h"
|
| +#include "core/platform/audio/DenormalDisabler.h"
|
| #include <wtf/MathExtras.h>
|
|
|
| using namespace std;
|
|
|