| Index: Source/core/platform/audio/AudioChannel.cpp
|
| diff --git a/Source/core/platform/audio/AudioChannel.cpp b/Source/core/platform/audio/AudioChannel.cpp
|
| index 09f638fbdb64ba42f3cc793ed3d2443225a075e0..e489256286710bf9c08da3c0d0a0c51bcd9fdf90 100644
|
| --- a/Source/core/platform/audio/AudioChannel.cpp
|
| +++ b/Source/core/platform/audio/AudioChannel.cpp
|
| @@ -30,11 +30,11 @@
|
|
|
| #if ENABLE(WEB_AUDIO)
|
|
|
| -#include "AudioChannel.h"
|
| +#include "core/platform/audio/AudioChannel.h"
|
|
|
| -#include "VectorMath.h"
|
| -#include <algorithm>
|
| #include <math.h>
|
| +#include <algorithm>
|
| +#include "core/platform/audio/VectorMath.h"
|
| #include <wtf/OwnPtr.h>
|
|
|
| namespace WebCore {
|
|
|