| Index: Source/core/platform/audio/Panner.cpp
|
| diff --git a/Source/core/platform/audio/Panner.cpp b/Source/core/platform/audio/Panner.cpp
|
| index debc9e3216d70a9467b331f4461efbc14d51ddfd..8bd0a04a38c191e221b589afd2bb8f9767639c3d 100644
|
| --- a/Source/core/platform/audio/Panner.cpp
|
| +++ b/Source/core/platform/audio/Panner.cpp
|
| @@ -30,10 +30,10 @@
|
|
|
| #if ENABLE(WEB_AUDIO)
|
|
|
| -#include "Panner.h"
|
| +#include "core/platform/audio/Panner.h"
|
|
|
| -#include "EqualPowerPanner.h"
|
| -#include "HRTFPanner.h"
|
| +#include "core/platform/audio/EqualPowerPanner.h"
|
| +#include "core/platform/audio/HRTFPanner.h"
|
| #include <wtf/OwnPtr.h>
|
|
|
| namespace WebCore {
|
|
|